diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-11-18 05:31:48 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-11-18 05:31:48 +0000 |
commit | 369ee063bcc68932ad6436b327ac55cbc8133cad (patch) | |
tree | c60a5d8d0b712b6b17632685eec0d97ce2572baf /lib/libssl | |
parent | e8e67201e0137cb4ec163c7c79f308ba1780ad66 (diff) |
Enable the build of GOST routines in libcrypto. Riding upon the Cammelia
libcrypto minor bump.
Diffstat (limited to 'lib/libssl')
-rw-r--r-- | lib/libssl/src/crypto/opensslfeatures.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libssl/src/crypto/opensslfeatures.h b/lib/libssl/src/crypto/opensslfeatures.h index 6e81fa3013e..54d3d4fb9a0 100644 --- a/lib/libssl/src/crypto/opensslfeatures.h +++ b/lib/libssl/src/crypto/opensslfeatures.h @@ -2,7 +2,6 @@ # define OPENSSL_NO_CMS # define OPENSSL_NO_COMP # define OPENSSL_NO_GMP -# define OPENSSL_NO_GOST # define OPENSSL_NO_JPAKE # define OPENSSL_NO_KRB5 # define OPENSSL_NO_MD2 |