experimental function to convert ASN1_TIME to tm, not used or even compiled in yet
[openssl.git] / crypto / asn1 / a_gentm.c
index c79c6f538cdccc97f1c5ff3157d4102e6f59e8ba..2f72d4877cd374b76768985570c62d81bbec5757 100644 (file)
@@ -115,7 +115,7 @@ err:
 
 #endif
 
-int ASN1_GENERALIZEDTIME_check(ASN1_GENERALIZEDTIME *d)
+int ASN1_GENERALIZEDTIME_check(const ASN1_GENERALIZEDTIME *d)
        {
        static const int min[9]={ 0, 0, 1, 1, 0, 0, 0, 0, 0};
        static const int max[9]={99, 99,12,31,23,59,59,12,59};