| Index: openssl/crypto/x509/x509cset.c
|
| ===================================================================
|
| --- openssl/crypto/x509/x509cset.c (revision 105093)
|
| +++ openssl/crypto/x509/x509cset.c (working copy)
|
| @@ -81,7 +81,7 @@
|
| }
|
|
|
|
|
| -int X509_CRL_set_lastUpdate(X509_CRL *x, ASN1_TIME *tm)
|
| +int X509_CRL_set_lastUpdate(X509_CRL *x, const ASN1_TIME *tm)
|
| {
|
| ASN1_TIME *in;
|
|
|
| @@ -99,7 +99,7 @@
|
| return(in != NULL);
|
| }
|
|
|
| -int X509_CRL_set_nextUpdate(X509_CRL *x, ASN1_TIME *tm)
|
| +int X509_CRL_set_nextUpdate(X509_CRL *x, const ASN1_TIME *tm)
|
| {
|
| ASN1_TIME *in;
|
|
|
|
|