diff options
| author | tb <> | 2024-01-13 12:15:27 +0000 |
|---|---|---|
| committer | tb <> | 2024-01-13 12:15:27 +0000 |
| commit | baaadaa13e73120edb7a69a5d7e2d21c2898f860 (patch) | |
| tree | 7d7395144e6c8f37c281c27ea23162dcdde16980 /src/lib/libcrypto/Makefile | |
| parent | a4ac80c114064185440be4d124f8364ef20172d3 (diff) | |
| download | openbsd-baaadaa13e73120edb7a69a5d7e2d21c2898f860.tar.gz openbsd-baaadaa13e73120edb7a69a5d7e2d21c2898f860.tar.bz2 openbsd-baaadaa13e73120edb7a69a5d7e2d21c2898f860.zip | |
Move EVP_add_{cipher,digest}() to the trashcan
They will await their removal in the next major bump.
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 75ab43c132..474c453100 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.164 2024/01/13 11:18:52 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.165 2024/01/13 12:15:27 tb Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -387,7 +387,6 @@ SRCS+= m_sigver.c | |||
| 387 | SRCS+= m_sm3.c | 387 | SRCS+= m_sm3.c |
| 388 | SRCS+= m_streebog.c | 388 | SRCS+= m_streebog.c |
| 389 | SRCS+= m_wp.c | 389 | SRCS+= m_wp.c |
| 390 | SRCS+= names.c | ||
| 391 | SRCS+= p5_crpt.c | 390 | SRCS+= p5_crpt.c |
| 392 | SRCS+= p5_crpt2.c | 391 | SRCS+= p5_crpt2.c |
| 393 | SRCS+= p_legacy.c | 392 | SRCS+= p_legacy.c |
