Remove proxy cert api remmnants
authortb <tb@openbsd.org>
Sun, 30 Apr 2023 19:31:05 +0000 (19:31 +0000)
committertb <tb@openbsd.org>
Sun, 30 Apr 2023 19:31:05 +0000 (19:31 +0000)
lib/libcrypto/hidden/openssl/x509v3.h

index e63b91a..24aa1f2 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: x509v3.h,v 1.3 2023/04/26 20:43:32 tb Exp $ */
+/* $OpenBSD: x509v3.h,v 1.4 2023/04/30 19:31:05 tb Exp $ */
 /*
  * Copyright (c) 2022 Bob Beck <beck@openbsd.org>
  *
 #include_next <openssl/x509v3.h>
 #include "crypto_namespace.h"
 
-LCRYPTO_USED(PROXY_POLICY_new);
-LCRYPTO_USED(PROXY_POLICY_free);
-LCRYPTO_USED(d2i_PROXY_POLICY);
-LCRYPTO_USED(i2d_PROXY_POLICY);
-LCRYPTO_USED(PROXY_CERT_INFO_EXTENSION_new);
-LCRYPTO_USED(PROXY_CERT_INFO_EXTENSION_free);
-LCRYPTO_USED(d2i_PROXY_CERT_INFO_EXTENSION);
-LCRYPTO_USED(i2d_PROXY_CERT_INFO_EXTENSION);
 LCRYPTO_USED(BASIC_CONSTRAINTS_new);
 LCRYPTO_USED(BASIC_CONSTRAINTS_free);
 LCRYPTO_USED(d2i_BASIC_CONSTRAINTS);