From: tb Date: Tue, 25 Apr 2023 18:13:25 +0000 (+0000) Subject: Remove i2d_PKCS7_NDEF from the hidden version as well X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=a642977ffbc78ee105c1ee4088887ba2b26cdc9a;p=openbsd Remove i2d_PKCS7_NDEF from the hidden version as well --- diff --git a/lib/libcrypto/hidden/openssl/pkcs7.h b/lib/libcrypto/hidden/openssl/pkcs7.h index 147047bd7b1..cbee6c08877 100644 --- a/lib/libcrypto/hidden/openssl/pkcs7.h +++ b/lib/libcrypto/hidden/openssl/pkcs7.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pkcs7.h,v 1.1 2022/11/12 12:11:14 beck Exp $ */ +/* $OpenBSD: pkcs7.h,v 1.2 2023/04/25 18:13:25 tb Exp $ */ /* * Copyright (c) 2022 Bob Beck * @@ -69,7 +69,6 @@ LCRYPTO_USED(PKCS7_new); LCRYPTO_USED(PKCS7_free); LCRYPTO_USED(d2i_PKCS7); LCRYPTO_USED(i2d_PKCS7); -LCRYPTO_USED(i2d_PKCS7_NDEF); LCRYPTO_USED(PKCS7_print_ctx); LCRYPTO_USED(PKCS7_ctrl); LCRYPTO_USED(PKCS7_set_type);