diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/a_time.c')
-rw-r--r-- | src/lib/libcrypto/asn1/a_time.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/libcrypto/asn1/a_time.c b/src/lib/libcrypto/asn1/a_time.c index c1690a5694..b193f1c71f 100644 --- a/src/lib/libcrypto/asn1/a_time.c +++ b/src/lib/libcrypto/asn1/a_time.c | |||
@@ -66,6 +66,12 @@ | |||
66 | #include "cryptlib.h" | 66 | #include "cryptlib.h" |
67 | #include <openssl/asn1.h> | 67 | #include <openssl/asn1.h> |
68 | 68 | ||
69 | ASN1_TIME *ASN1_TIME_new(void) | ||
70 | { return M_ASN1_TIME_new(); } | ||
71 | |||
72 | void ASN1_TIME_free(ASN1_TIME *x) | ||
73 | { M_ASN1_TIME_free(x); } | ||
74 | |||
69 | int i2d_ASN1_TIME(ASN1_TIME *a, unsigned char **pp) | 75 | int i2d_ASN1_TIME(ASN1_TIME *a, unsigned char **pp) |
70 | { | 76 | { |
71 | #ifdef CHARSET_EBCDIC | 77 | #ifdef CHARSET_EBCDIC |