summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden/openssl/asn1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/hidden/openssl/asn1.h')
-rw-r--r--src/lib/libcrypto/hidden/openssl/asn1.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/asn1.h b/src/lib/libcrypto/hidden/openssl/asn1.h
index fb1393f2a4..11db7b9902 100644
--- a/src/lib/libcrypto/hidden/openssl/asn1.h
+++ b/src/lib/libcrypto/hidden/openssl/asn1.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: asn1.h,v 1.6 2023/07/28 10:33:13 tb Exp $ */ 1/* $OpenBSD: asn1.h,v 1.7 2023/11/13 12:46:07 beck Exp $ */
2/* 2/*
3 * Copyright (c) 2023 Bob Beck <beck@openbsd.org> 3 * Copyright (c) 2023 Bob Beck <beck@openbsd.org>
4 * 4 *
@@ -249,5 +249,7 @@ LCRYPTO_USED(SMIME_text);
249LCRYPTO_USED(ERR_load_ASN1_strings); 249LCRYPTO_USED(ERR_load_ASN1_strings);
250LCRYPTO_USED(ASN1_time_parse); 250LCRYPTO_USED(ASN1_time_parse);
251LCRYPTO_USED(ASN1_time_tm_cmp); 251LCRYPTO_USED(ASN1_time_tm_cmp);
252LCRYPTO_USED(OPENSSL_gmtime);
253LCRYPTO_USED(OPENSSL_timegm);
252 254
253#endif /* _LIBCRYPTO_ASN1_H */ 255#endif /* _LIBCRYPTO_ASN1_H */