artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a5a6ad
)
Define OPENSSL_NO_DEPRECATED and OPENSSL_NO_EC2M in opensslfeatures.h
author
tb
<tb@openbsd.org>
Tue, 25 Apr 2023 15:49:42 +0000
(15:49 +0000)
committer
tb
<tb@openbsd.org>
Tue, 25 Apr 2023 15:49:42 +0000
(15:49 +0000)
ok beck jsing
lib/libcrypto/opensslfeatures.h
patch
|
blob
|
history
diff --git
a/lib/libcrypto/opensslfeatures.h
b/lib/libcrypto/opensslfeatures.h
index
48fcf40
..
7c524c2
100644
(file)
--- a/
lib/libcrypto/opensslfeatures.h
+++ b/
lib/libcrypto/opensslfeatures.h
@@
-10,6
+10,8
@@
#define OPENSSL_THREADS
#define OPENSSL_NO_BUF_FREELISTS
+#define OPENSSL_NO_DEPRECATED
+#define OPENSSL_NO_EC2M
#define OPENSSL_NO_GMP
#define OPENSSL_NO_JPAKE
#define OPENSSL_NO_KRB5