artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
447b7d0
)
Unconditionally comment out OPENSSL_NO_RFC3779
author
tb
<tb@openbsd.org>
Fri, 14 Jan 2022 09:03:53 +0000
(09:03 +0000)
committer
tb
<tb@openbsd.org>
Fri, 14 Jan 2022 09:03:53 +0000
(09:03 +0000)
ok inoguchi jsing
lib/libcrypto/opensslfeatures.h
patch
|
blob
|
history
diff --git
a/lib/libcrypto/opensslfeatures.h
b/lib/libcrypto/opensslfeatures.h
index
418f843
..
49a5f15
100644
(file)
--- a/
lib/libcrypto/opensslfeatures.h
+++ b/
lib/libcrypto/opensslfeatures.h
@@
-84,9
+84,7
@@
/* #define OPENSSL_NO_RC4 */
#define OPENSSL_NO_RC5
/* #define OPENSSL_NO_RDRAND */
-#ifndef LIBRESSL_CRYPTO_INTERNAL
-#define OPENSSL_NO_RFC3779 /* XXX until we expose it */
-#endif
+/* #define OPENSSL_NO_RFC3779 */
/* #define OPENSSL_NO_RMD160 */
/* #define OPENSSL_NO_RSA */
/* #define OPENSSL_NO_SCRYPT */