This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
openntpd-openbsd
mirror of
https://github.com/Fincer/openntpd-openbsd
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
61
Wiki
Activity
Browse Source
revert 1.2 and define OPENSSL_NO_EC_NISTP_64_GCC_128 again, it has a downside
(breaks ssh ecdsa keys)
OPENBSD_5_6
sthen
10 years ago
parent
d487e76537
commit
23e048f73e
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
src/lib/libcrypto/crypto/arch/amd64/opensslconf.h
+ 3
- 0
src/lib/libcrypto/crypto/arch/amd64/opensslconf.h
View File
@ -8,6 +8,9 @@
#
ifndef OPENSSL_NO_CAMELLIA
#
define OPENSSL_NO_CAMELLIA
#
endif
#
ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
#
define OPENSSL_NO_EC_NISTP_64_GCC_128
#
endif
#
ifndef OPENSSL_NO_CMS
#
define OPENSSL_NO_CMS
#
endif
Write
Preview
Loading…
Cancel
Save