diff options
| author | tb <> | 2024-01-27 17:14:33 +0000 |
|---|---|---|
| committer | tb <> | 2024-01-27 17:14:33 +0000 |
| commit | 680fb50105f63be549a32bfec49bd0a023a09d82 (patch) | |
| tree | 9ee1fa5f2616af5e75755c62583db2a771d55e19 /src/lib/libcrypto/Makefile | |
| parent | 5ea0f31282d99221a4ab0c82c39e02ff04acf612 (diff) | |
| download | openbsd-680fb50105f63be549a32bfec49bd0a023a09d82.tar.gz openbsd-680fb50105f63be549a32bfec49bd0a023a09d82.tar.bz2 openbsd-680fb50105f63be549a32bfec49bd0a023a09d82.zip | |
Fold keyivgen functions into evp_pbe.c
These are only used by the EVP_PBE routines and will become internal in
the next major bump.
Diffstat (limited to 'src/lib/libcrypto/Makefile')
| -rw-r--r-- | src/lib/libcrypto/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 0461363e3c..2ac252aabc 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.166 2024/01/13 12:18:52 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.167 2024/01/27 17:14:33 tb Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -387,8 +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+= p5_crpt.c | ||
| 391 | SRCS+= p5_crpt2.c | ||
| 392 | SRCS+= p_legacy.c | 390 | SRCS+= p_legacy.c |
| 393 | SRCS+= p_lib.c | 391 | SRCS+= p_lib.c |
| 394 | SRCS+= p_sign.c | 392 | SRCS+= p_sign.c |
| @@ -485,7 +483,6 @@ SRCS+= pvkfmt.c | |||
| 485 | SRCS+= p12_add.c | 483 | SRCS+= p12_add.c |
| 486 | SRCS+= p12_asn.c | 484 | SRCS+= p12_asn.c |
| 487 | SRCS+= p12_attr.c | 485 | SRCS+= p12_attr.c |
| 488 | SRCS+= p12_crpt.c | ||
| 489 | SRCS+= p12_crt.c | 486 | SRCS+= p12_crt.c |
| 490 | SRCS+= p12_decr.c | 487 | SRCS+= p12_decr.c |
| 491 | SRCS+= p12_init.c | 488 | SRCS+= p12_init.c |
