summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_utctm.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-05-03 12:17:44 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-05-03 12:17:44 +0000
commit359b0c9fb8ccb5f492cc918f7e4c6319e15af16b (patch)
treeb48c104d5e847b3ed212713bda78dfd4088e3da3 /crypto/asn1/a_utctm.c
parent19f7e5e24a9fa2e9c0472c846416c6d186b2f5d4 (diff)
experimental function to convert ASN1_TIME to tm, not used or even compiled in yet
Diffstat (limited to 'crypto/asn1/a_utctm.c')
-rw-r--r--crypto/asn1/a_utctm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/a_utctm.c b/crypto/asn1/a_utctm.c
index 072e236592..75608df336 100644
--- a/crypto/asn1/a_utctm.c
+++ b/crypto/asn1/a_utctm.c
@@ -112,7 +112,7 @@ err:
#endif
-int ASN1_UTCTIME_check(ASN1_UTCTIME *d)
+int ASN1_UTCTIME_check(const ASN1_UTCTIME *d)
{
static const int min[8]={ 0, 1, 1, 0, 0, 0, 0, 0};
static const int max[8]={99,12,31,23,59,59,12,59};