diff options
| author | tb <> | 2024-03-02 13:39:28 +0000 |
|---|---|---|
| committer | tb <> | 2024-03-02 13:39:28 +0000 |
| commit | b67dd091b5f82f671c4de5665606d30a7de36db5 (patch) | |
| tree | 14ff9671e80701b979a3d5c27f3a968dfc868f03 /src/lib/libcrypto/Makefile | |
| parent | 7f0aab718f4c5cebf51872d0899c3e1457b2997c (diff) | |
| download | openbsd-b67dd091b5f82f671c4de5665606d30a7de36db5.tar.gz openbsd-b67dd091b5f82f671c4de5665606d30a7de36db5.tar.bz2 openbsd-b67dd091b5f82f671c4de5665606d30a7de36db5.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 |
