From f96f1c1c67ea18091fd9c2931b6544d268dc00c5 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Tue, 28 Feb 2017 14:15:37 +0000 Subject: Add an EVP interface that provides concatenated MD5+SHA1 hashes, which are used in various parts of TLS 1.0/1.1. This will allow for code simplification in libssl. The same interface exists in OpenSSL 1.1. ok beck@ deraadt@ inoguchi@ millert@ --- src/lib/libcrypto/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/Makefile') 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 @@ -# $OpenBSD: Makefile,v 1.14 2017/01/21 09:38:58 beck Exp $ +# $OpenBSD: Makefile,v 1.15 2017/02/28 14:15:37 jsing Exp $ LIB= crypto @@ -158,6 +158,7 @@ SRCS+= e_old.c pmeth_lib.c pmeth_fn.c pmeth_gn.c m_sigver.c SRCS+= e_aes_cbc_hmac_sha1.c e_rc4_hmac_md5.c SRCS+= e_chacha.c evp_aead.c e_chacha20poly1305.c SRCS+= e_gost2814789.c m_gost2814789.c m_gostr341194.c m_streebog.c +SRCS+= m_md5_sha1.c # gost/ SRCS+= gost2814789.c gost89_keywrap.c gost89_params.c gost89imit_ameth.c -- cgit v1.2.3-55-g6feb