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, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/x509.h b/src/lib/libcrypto/hidden/openssl/x509.h
index d0ebe16790..03216ffeb2 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.10 2024/08/28 08:41:18 tb Exp $ */ 1/* $OpenBSD: x509.h,v 1.11 2024/08/31 10:12:23 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2022 Bob Beck <beck@openbsd.org> 3 * Copyright (c) 2022 Bob Beck <beck@openbsd.org>
4 * 4 *
@@ -265,7 +265,6 @@ LCRYPTO_USED(X509_ATTRIBUTE_get0_type);
265LCRYPTO_USED(X509_verify_cert); 265LCRYPTO_USED(X509_verify_cert);
266LCRYPTO_USED(X509_find_by_issuer_and_serial); 266LCRYPTO_USED(X509_find_by_issuer_and_serial);
267LCRYPTO_USED(X509_find_by_subject); 267LCRYPTO_USED(X509_find_by_subject);
268LCRYPTO_USED(X509_check_trust);
269LCRYPTO_USED(X509_up_ref); 268LCRYPTO_USED(X509_up_ref);
270LCRYPTO_USED(X509_chain_up_ref); 269LCRYPTO_USED(X509_chain_up_ref);
271LCRYPTO_USED(ERR_load_X509_strings); 270LCRYPTO_USED(ERR_load_X509_strings);