diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/asn1.h')
-rw-r--r-- | src/lib/libcrypto/asn1/asn1.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libcrypto/asn1/asn1.h b/src/lib/libcrypto/asn1/asn1.h index c5d9b55e40..72fdc72881 100644 --- a/src/lib/libcrypto/asn1/asn1.h +++ b/src/lib/libcrypto/asn1/asn1.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: asn1.h,v 1.34 2015/10/13 16:31:08 jsing Exp $ */ | 1 | /* $OpenBSD: asn1.h,v 1.35 2016/11/04 18:07:23 beck Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -1357,6 +1357,9 @@ void ERR_load_ASN1_strings(void); | |||
1357 | #define ASN1_R_WRONG_TAG 168 | 1357 | #define ASN1_R_WRONG_TAG 168 |
1358 | #define ASN1_R_WRONG_TYPE 169 | 1358 | #define ASN1_R_WRONG_TYPE 169 |
1359 | 1359 | ||
1360 | |||
1361 | int ASN1_time_parse(const char *_bytes, size_t _len, struct tm *_tm, int _mode); | ||
1362 | int ASN1_time_tm_cmp(struct tm *_tm1, struct tm *_tm2); | ||
1360 | #ifdef __cplusplus | 1363 | #ifdef __cplusplus |
1361 | } | 1364 | } |
1362 | #endif | 1365 | #endif |