diff options
author | tb <> | 2023-12-29 06:17:58 +0000 |
---|---|---|
committer | tb <> | 2023-12-29 06:17:58 +0000 |
commit | 0700355f46080e6b4362c7960fed662a918720ed (patch) | |
tree | 29d409c68229092a024c222b30714bd301f16dc4 /src/lib/libcrypto/Makefile | |
parent | b1150f6e908de063136ab31bd074926d0a966d5e (diff) | |
download | openbsd-0700355f46080e6b4362c7960fed662a918720ed.tar.gz openbsd-0700355f46080e6b4362c7960fed662a918720ed.tar.bz2 openbsd-0700355f46080e6b4362c7960fed662a918720ed.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 |