diff options
| author | tb <> | 2023-12-29 06:17:58 +0000 |
|---|---|---|
| committer | tb <> | 2023-12-29 06:17:58 +0000 |
| commit | 08ef4175de51f3046d711109cc4628d4d5c10f72 (patch) | |
| tree | 29d409c68229092a024c222b30714bd301f16dc4 /src/lib/libcrypto/Makefile | |
| parent | 1682845468938bb8b4f48f78388f5751ddea1021 (diff) | |
| download | openbsd-08ef4175de51f3046d711109cc4628d4d5c10f72.tar.gz openbsd-08ef4175de51f3046d711109cc4628d4d5c10f72.tar.bz2 openbsd-08ef4175de51f3046d711109cc4628d4d5c10f72.zip | |
Merge the remainder of evp_lib.c into evp_cipher.c
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 d9b3e180f0..a1ea4b5343 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.160 2023/12/29 05:57:24 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.161 2023/12/29 06:17:58 tb Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -373,7 +373,6 @@ SRCS+= evp_digest.c | |||
| 373 | SRCS+= evp_encode.c | 373 | SRCS+= evp_encode.c |
| 374 | SRCS+= evp_err.c | 374 | SRCS+= evp_err.c |
| 375 | SRCS+= evp_key.c | 375 | SRCS+= evp_key.c |
| 376 | SRCS+= evp_lib.c | ||
| 377 | SRCS+= evp_pbe.c | 376 | SRCS+= evp_pbe.c |
| 378 | SRCS+= evp_pkey.c | 377 | SRCS+= evp_pkey.c |
| 379 | SRCS+= m_gost2814789.c | 378 | SRCS+= m_gost2814789.c |
