summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/asn1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/asn1/asn1.h')
-rw-r--r--src/lib/libcrypto/asn1/asn1.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libcrypto/asn1/asn1.h b/src/lib/libcrypto/asn1/asn1.h
index c9099465db..63458db944 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.90 2024/03/02 09:04:07 tb Exp $ */ 1/* $OpenBSD: asn1.h,v 1.91 2024/03/02 09:08:41 tb 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 *
@@ -684,7 +684,6 @@ int ASN1_TIME_diff(int *pday, int *psec, const ASN1_TIME *from,
684extern const ASN1_ITEM ASN1_OCTET_STRING_NDEF_it; 684extern const ASN1_ITEM ASN1_OCTET_STRING_NDEF_it;
685 685
686ASN1_TIME *ASN1_TIME_set(ASN1_TIME *s, time_t t); 686ASN1_TIME *ASN1_TIME_set(ASN1_TIME *s, time_t t);
687ASN1_TIME *ASN1_TIME_set_tm(ASN1_TIME *s, struct tm *tm);
688ASN1_TIME *ASN1_TIME_adj(ASN1_TIME *s, time_t t, int offset_day, 687ASN1_TIME *ASN1_TIME_adj(ASN1_TIME *s, time_t t, int offset_day,
689 long offset_sec); 688 long offset_sec);
690int ASN1_TIME_check(const ASN1_TIME *t); 689int ASN1_TIME_check(const ASN1_TIME *t);
@@ -1125,8 +1124,6 @@ void ERR_load_ASN1_strings(void);
1125#define ASN1_R_WRONG_TAG 168 1124#define ASN1_R_WRONG_TAG 168
1126#define ASN1_R_WRONG_TYPE 169 1125#define ASN1_R_WRONG_TYPE 169
1127 1126
1128int ASN1_time_parse(const char *_bytes, size_t _len, struct tm *_tm, int _mode);
1129int ASN1_time_tm_cmp(struct tm *_tm1, struct tm *_tm2);
1130#ifdef __cplusplus 1127#ifdef __cplusplus
1131} 1128}
1132#endif 1129#endif