diff options
author | tb <> | 2024-03-02 13:39:28 +0000 |
---|---|---|
committer | tb <> | 2024-03-02 13:39:28 +0000 |
commit | 2ba0717d7067d20e1175c3fb444df23f35782d8d (patch) | |
tree | 14ff9671e80701b979a3d5c27f3a968dfc868f03 /src/lib/libcrypto/Makefile | |
parent | af701ac3524305c7def21e1b0770c2dd6264b5d0 (diff) | |
download | openbsd-2ba0717d7067d20e1175c3fb444df23f35782d8d.tar.gz openbsd-2ba0717d7067d20e1175c3fb444df23f35782d8d.tar.bz2 openbsd-2ba0717d7067d20e1175c3fb444df23f35782d8d.zip |
Remove some GOST relics
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r-- | src/lib/libcrypto/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 @@ | |||
1 | # $OpenBSD: Makefile,v 1.173 2024/03/02 11:17:27 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.174 2024/03/02 13:39:28 tb Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -381,7 +381,6 @@ SRCS+= m_sha1.c | |||
381 | SRCS+= m_sha3.c | 381 | SRCS+= m_sha3.c |
382 | SRCS+= m_sigver.c | 382 | SRCS+= m_sigver.c |
383 | SRCS+= m_sm3.c | 383 | SRCS+= m_sm3.c |
384 | SRCS+= m_streebog.c | ||
385 | SRCS+= m_wp.c | 384 | SRCS+= m_wp.c |
386 | SRCS+= p_legacy.c | 385 | SRCS+= p_legacy.c |
387 | SRCS+= p_lib.c | 386 | SRCS+= p_lib.c |