summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authormiod <>2014-11-18 05:31:47 +0000
committermiod <>2014-11-18 05:31:47 +0000
commit9555aff2e872287755e956f3b44930bf7de0cdda (patch)
tree91e3176e75b098632313dffb09dc5050421cfb7e /src/lib
parent104370d7faecebe3fdc1f410191dc8dc656e45c9 (diff)
downloadopenbsd-9555aff2e872287755e956f3b44930bf7de0cdda.tar.gz
openbsd-9555aff2e872287755e956f3b44930bf7de0cdda.tar.bz2
openbsd-9555aff2e872287755e956f3b44930bf7de0cdda.zip
Enable the build of GOST routines in libcrypto. Riding upon the Cammelia
libcrypto minor bump.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/crypto/Makefile12
-rw-r--r--src/lib/libcrypto/opensslfeatures.h1
-rw-r--r--src/lib/libssl/src/crypto/opensslfeatures.h1
3 files changed, 6 insertions, 8 deletions
diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile
index da53155a7a..7895dbddd8 100644
--- a/src/lib/libcrypto/crypto/Makefile
+++ b/src/lib/libcrypto/crypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.48 2014/11/17 20:31:20 miod Exp $ 1# $OpenBSD: Makefile,v 1.49 2014/11/18 05:31:47 miod Exp $
2 2
3LIB= crypto 3LIB= crypto
4 4
@@ -154,13 +154,13 @@ SRCS+= evp_pkey.c evp_pbe.c p5_crpt.c p5_crpt2.c
154SRCS+= e_old.c pmeth_lib.c pmeth_fn.c pmeth_gn.c m_sigver.c 154SRCS+= e_old.c pmeth_lib.c pmeth_fn.c pmeth_gn.c m_sigver.c
155SRCS+= e_aes_cbc_hmac_sha1.c e_rc4_hmac_md5.c 155SRCS+= e_aes_cbc_hmac_sha1.c e_rc4_hmac_md5.c
156SRCS+= e_chacha.c evp_aead.c e_chacha20poly1305.c 156SRCS+= e_chacha.c evp_aead.c e_chacha20poly1305.c
157#SRCS+= e_gost2814789.c m_gost2814789.c m_gostr341194.c m_streebog.c 157SRCS+= e_gost2814789.c m_gost2814789.c m_gostr341194.c m_streebog.c
158 158
159# gost/ 159# gost/
160#SRCS+= gost2814789.c gost89_keywrap.c gost89_params.c gost89imit_ameth.c 160SRCS+= gost2814789.c gost89_keywrap.c gost89_params.c gost89imit_ameth.c
161#SRCS+= gost89imit_pmeth.c gost_asn1.c gost_err.c gostr341001.c 161SRCS+= gost89imit_pmeth.c gost_asn1.c gost_err.c gostr341001.c
162#SRCS+= gostr341001_ameth.c gostr341001_key.c gostr341001_params.c 162SRCS+= gostr341001_ameth.c gostr341001_key.c gostr341001_params.c
163#SRCS+= gostr341001_pmeth.c gostr341194.c streebog.c 163SRCS+= gostr341001_pmeth.c gostr341194.c streebog.c
164 164
165# hmac/ 165# hmac/
166SRCS+= hmac.c hm_ameth.c hm_pmeth.c 166SRCS+= hmac.c hm_ameth.c hm_pmeth.c
diff --git a/src/lib/libcrypto/opensslfeatures.h b/src/lib/libcrypto/opensslfeatures.h
index 6e81fa3013..54d3d4fb9a 100644
--- a/src/lib/libcrypto/opensslfeatures.h
+++ b/src/lib/libcrypto/opensslfeatures.h
@@ -2,7 +2,6 @@
2# define OPENSSL_NO_CMS 2# define OPENSSL_NO_CMS
3# define OPENSSL_NO_COMP 3# define OPENSSL_NO_COMP
4# define OPENSSL_NO_GMP 4# define OPENSSL_NO_GMP
5# define OPENSSL_NO_GOST
6# define OPENSSL_NO_JPAKE 5# define OPENSSL_NO_JPAKE
7# define OPENSSL_NO_KRB5 6# define OPENSSL_NO_KRB5
8# define OPENSSL_NO_MD2 7# define OPENSSL_NO_MD2
diff --git a/src/lib/libssl/src/crypto/opensslfeatures.h b/src/lib/libssl/src/crypto/opensslfeatures.h
index 6e81fa3013..54d3d4fb9a 100644
--- a/src/lib/libssl/src/crypto/opensslfeatures.h
+++ b/src/lib/libssl/src/crypto/opensslfeatures.h
@@ -2,7 +2,6 @@
2# define OPENSSL_NO_CMS 2# define OPENSSL_NO_CMS
3# define OPENSSL_NO_COMP 3# define OPENSSL_NO_COMP
4# define OPENSSL_NO_GMP 4# define OPENSSL_NO_GMP
5# define OPENSSL_NO_GOST
6# define OPENSSL_NO_JPAKE 5# define OPENSSL_NO_JPAKE
7# define OPENSSL_NO_KRB5 6# define OPENSSL_NO_KRB5
8# define OPENSSL_NO_MD2 7# define OPENSSL_NO_MD2