artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81f5ba5
)
Remove i2d_PKCS7_NDEF from the hidden version as well
author
tb
<tb@openbsd.org>
Tue, 25 Apr 2023 18:13:25 +0000
(18:13 +0000)
committer
tb
<tb@openbsd.org>
Tue, 25 Apr 2023 18:13:25 +0000
(18:13 +0000)
lib/libcrypto/hidden/openssl/pkcs7.h
patch
|
blob
|
history
diff --git
a/lib/libcrypto/hidden/openssl/pkcs7.h
b/lib/libcrypto/hidden/openssl/pkcs7.h
index
147047b
..
cbee6c0
100644
(file)
--- 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 <beck@openbsd.org>
*
@@
-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);