diff options
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r-- | src/lib/libcrypto/Makefile | 3 |
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 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | 4 | ||
@@ -158,6 +158,7 @@ SRCS+= e_old.c pmeth_lib.c pmeth_fn.c pmeth_gn.c m_sigver.c | |||
158 | SRCS+= e_aes_cbc_hmac_sha1.c e_rc4_hmac_md5.c | 158 | SRCS+= e_aes_cbc_hmac_sha1.c e_rc4_hmac_md5.c |
159 | SRCS+= e_chacha.c evp_aead.c e_chacha20poly1305.c | 159 | SRCS+= e_chacha.c evp_aead.c e_chacha20poly1305.c |
160 | SRCS+= e_gost2814789.c m_gost2814789.c m_gostr341194.c m_streebog.c | 160 | SRCS+= e_gost2814789.c m_gost2814789.c m_gostr341194.c m_streebog.c |
161 | SRCS+= m_md5_sha1.c | ||
161 | 162 | ||
162 | # gost/ | 163 | # gost/ |
163 | SRCS+= gost2814789.c gost89_keywrap.c gost89_params.c gost89imit_ameth.c | 164 | SRCS+= gost2814789.c gost89_keywrap.c gost89_params.c gost89imit_ameth.c |