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 | 989992f5daa824e6c2aeaae8c32d6e055e0db678 (patch) | |
tree | 955a5febdd301589187161bc76c09a16e3c77333 /lib/libcrypto | |
parent | 32ab85566b6fe01a8cf2b4db4f78877766cc97a2 (diff) |
Enable the build of GOST routines in libcrypto. Riding upon the Cammelia
libcrypto minor bump.
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/opensslfeatures.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libcrypto/opensslfeatures.h b/lib/libcrypto/opensslfeatures.h index 6e81fa3013e..54d3d4fb9a0 100644 --- a/lib/libcrypto/opensslfeatures.h +++ b/lib/libcrypto/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 |