From b67dd091b5f82f671c4de5665606d30a7de36db5 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 2 Mar 2024 13:39:28 +0000 Subject: Remove some GOST relics --- src/lib/libcrypto/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/libcrypto/Makefile') diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 5ef55c6b6c..06bb1ec6bd 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.173 2024/03/02 11:17:27 tb Exp $ +# $OpenBSD: Makefile,v 1.174 2024/03/02 13:39:28 tb Exp $ LIB= crypto LIBREBUILD=y @@ -381,7 +381,6 @@ SRCS+= m_sha1.c SRCS+= m_sha3.c SRCS+= m_sigver.c SRCS+= m_sm3.c -SRCS+= m_streebog.c SRCS+= m_wp.c SRCS+= p_legacy.c SRCS+= p_lib.c -- cgit v1.2.3-55-g6feb