Update perl asm scripts include paths for perlasm.
[openssl.git] / crypto / asn1 / a_utctm.c
index d31c0281930b4ac504f168e30ae6492c162ce799..2d15ff3c14e0d78e82b794ff8395360398e17c77 100644 (file)
@@ -114,8 +114,8 @@ err:
 
 int ASN1_UTCTIME_check(ASN1_UTCTIME *d)
        {
-       static int min[8]={ 0, 1, 1, 0, 0, 0, 0, 0};
-       static int max[8]={99,12,31,23,59,59,12,59};
+       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};
        char *a;
        int n,i,l,o;