diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/asn1.h')
-rw-r--r-- | src/lib/libcrypto/asn1/asn1.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/asn1/asn1.h b/src/lib/libcrypto/asn1/asn1.h index e35c865e1f..da16d5c529 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.42 2016/12/30 16:29:45 jsing Exp $ */ | 1 | /* $OpenBSD: asn1.h,v 1.43 2017/05/06 17:12:59 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 | * |
@@ -939,6 +939,7 @@ extern const ASN1_ITEM ASN1_TIME_it; | |||
939 | extern const ASN1_ITEM ASN1_OCTET_STRING_NDEF_it; | 939 | extern const ASN1_ITEM ASN1_OCTET_STRING_NDEF_it; |
940 | 940 | ||
941 | ASN1_TIME *ASN1_TIME_set(ASN1_TIME *s, time_t t); | 941 | ASN1_TIME *ASN1_TIME_set(ASN1_TIME *s, time_t t); |
942 | ASN1_TIME *ASN1_TIME_set_tm(ASN1_TIME *s, struct tm *tm); | ||
942 | ASN1_TIME *ASN1_TIME_adj(ASN1_TIME *s, time_t t, int offset_day, | 943 | ASN1_TIME *ASN1_TIME_adj(ASN1_TIME *s, time_t t, int offset_day, |
943 | long offset_sec); | 944 | long offset_sec); |
944 | int ASN1_TIME_check(ASN1_TIME *t); | 945 | int ASN1_TIME_check(ASN1_TIME *t); |