diff options
author | Hans Nilsson <[email protected]> | 2018-08-15 15:50:05 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2018-08-23 12:45:29 +0200 |
commit | 99818214c45ebbe9e7a20f739ab1f9e801d61d98 (patch) | |
tree | 92931b20ce6fb23d84cd0be2340782f75bcdc939 /lib/crypto | |
parent | e647193db8c0781dafb965f6ba5c050dfb50fd42 (diff) | |
download | otp-99818214c45ebbe9e7a20f739ab1f9e801d61d98.tar.gz otp-99818214c45ebbe9e7a20f739ab1f9e801d61d98.tar.bz2 otp-99818214c45ebbe9e7a20f739ab1f9e801d61d98.zip |
crypto: Disable non-working SHA3_224 and SHA3_256
Diffstat (limited to 'lib/crypto')
-rw-r--r-- | lib/crypto/c_src/crypto.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/crypto/c_src/crypto.c b/lib/crypto/c_src/crypto.c index 0ddcae3a64..5ee7961fd5 100644 --- a/lib/crypto/c_src/crypto.c +++ b/lib/crypto/c_src/crypto.c @@ -150,10 +150,10 @@ // SHA3: # ifdef NID_sha3_224 -# define HAVE_SHA3_224 +//Error # define HAVE_SHA3_224 # endif # ifdef NID_sha3_256 -# define HAVE_SHA3_256 +//Error # define HAVE_SHA3_256 # endif # ifdef NID_sha3_384 # define HAVE_SHA3_384 |