summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden/openssl/x509.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/hidden/openssl/x509.h')
-rw-r--r--src/lib/libcrypto/hidden/openssl/x509.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/x509.h b/src/lib/libcrypto/hidden/openssl/x509.h
index 59af41f917..cdd09b4062 100644
--- a/src/lib/libcrypto/hidden/openssl/x509.h
+++ b/src/lib/libcrypto/hidden/openssl/x509.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509.h,v 1.1 2022/11/14 17:48:49 beck Exp $ */ 1/* $OpenBSD: x509.h,v 1.2 2023/02/23 18:12:32 job Exp $ */
2/* 2/*
3 * Copyright (c) 2022 Bob Beck <beck@openbsd.org> 3 * Copyright (c) 2022 Bob Beck <beck@openbsd.org>
4 * 4 *
@@ -105,6 +105,7 @@ LCRYPTO_USED(X509_TRUST_set);
105LCRYPTO_USED(X509_NAME_oneline); 105LCRYPTO_USED(X509_NAME_oneline);
106LCRYPTO_USED(X509_get0_extensions); 106LCRYPTO_USED(X509_get0_extensions);
107LCRYPTO_USED(X509_get0_tbs_sigalg); 107LCRYPTO_USED(X509_get0_tbs_sigalg);
108LCRYPTO_USED(X509_get0_uids);
108LCRYPTO_USED(X509_set_version); 109LCRYPTO_USED(X509_set_version);
109LCRYPTO_USED(X509_get_version); 110LCRYPTO_USED(X509_get_version);
110LCRYPTO_USED(X509_set_serialNumber); 111LCRYPTO_USED(X509_set_serialNumber);