diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/x509/x509cset.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/x509cset.c b/src/lib/libcrypto/x509/x509cset.c index 7f4004b291..3109defb0b 100644 --- a/src/lib/libcrypto/x509/x509cset.c +++ b/src/lib/libcrypto/x509/x509cset.c | |||
| @@ -81,7 +81,7 @@ int X509_CRL_set_issuer_name(X509_CRL *x, X509_NAME *name) | |||
| 81 | } | 81 | } |
| 82 | 82 | ||
| 83 | 83 | ||
| 84 | int X509_CRL_set_lastUpdate(X509_CRL *x, ASN1_TIME *tm) | 84 | int X509_CRL_set_lastUpdate(X509_CRL *x, const ASN1_TIME *tm) |
| 85 | { | 85 | { |
| 86 | ASN1_TIME *in; | 86 | ASN1_TIME *in; |
| 87 | 87 | ||
| @@ -99,7 +99,7 @@ int X509_CRL_set_lastUpdate(X509_CRL *x, ASN1_TIME *tm) | |||
| 99 | return(in != NULL); | 99 | return(in != NULL); |
| 100 | } | 100 | } |
| 101 | 101 | ||
| 102 | int X509_CRL_set_nextUpdate(X509_CRL *x, ASN1_TIME *tm) | 102 | int X509_CRL_set_nextUpdate(X509_CRL *x, const ASN1_TIME *tm) |
| 103 | { | 103 | { |
| 104 | ASN1_TIME *in; | 104 | ASN1_TIME *in; |
| 105 | 105 | ||
