summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index 3fb904b470..9ab1e0349d 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.14 2017/01/21 09:38:58 beck Exp $ 1# $OpenBSD: Makefile,v 1.15 2017/02/28 14:15:37 jsing Exp $
2 2
3LIB= crypto 3LIB= crypto
4 4
@@ -158,6 +158,7 @@ SRCS+= e_old.c pmeth_lib.c pmeth_fn.c pmeth_gn.c m_sigver.c
158SRCS+= e_aes_cbc_hmac_sha1.c e_rc4_hmac_md5.c 158SRCS+= e_aes_cbc_hmac_sha1.c e_rc4_hmac_md5.c
159SRCS+= e_chacha.c evp_aead.c e_chacha20poly1305.c 159SRCS+= e_chacha.c evp_aead.c e_chacha20poly1305.c
160SRCS+= e_gost2814789.c m_gost2814789.c m_gostr341194.c m_streebog.c 160SRCS+= e_gost2814789.c m_gost2814789.c m_gostr341194.c m_streebog.c
161SRCS+= m_md5_sha1.c
161 162
162# gost/ 163# gost/
163SRCS+= gost2814789.c gost89_keywrap.c gost89_params.c gost89imit_ameth.c 164SRCS+= gost2814789.c gost89_keywrap.c gost89_params.c gost89imit_ameth.c