]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/asn1/asn1_locl.h
Move functions.
[thirdparty/openssl.git] / crypto / asn1 / asn1_locl.h
index 491a73693336b82953239697dba3de978bc57668..bc3c1cf0447c6ece6af61b85835436a006f15e14 100644 (file)
@@ -87,6 +87,9 @@ struct asn1_sctx_st {
     void *app_data;
 } /* ASN1_SCTX */ ;
 
+/* Month values for printing out times */
+extern const char *_asn1_mon[12];
+
 /*
  * Method to handle CRL access. In general a CRL could be very large (several
  * Mb) and can consume large amounts of resources if stored in memory by