diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-12-20 13:46:06 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-12-20 13:46:06 +0000 |
commit | 4c934e4106f480ffbc0853d3b0b710ab39a26b57 (patch) | |
tree | 7a08c512827cf26fd593cd1ede84fd01348bb0e2 /lib/libcrypto/Makefile | |
parent | e7e0146dead6f8916373b886f576b62e887199ec (diff) |
Fold p_dec.c and p_enc.c into a new p_legacy.c
discussed with jsing
Diffstat (limited to 'lib/libcrypto/Makefile')
-rw-r--r-- | lib/libcrypto/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libcrypto/Makefile b/lib/libcrypto/Makefile index d97358900dd..d584019e143 100644 --- a/lib/libcrypto/Makefile +++ b/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.157 2023/12/20 06:28:04 tb Exp $ +# $OpenBSD: Makefile,v 1.158 2023/12/20 13:46:05 tb Exp $ LIB= crypto LIBREBUILD=y @@ -392,8 +392,7 @@ SRCS+= m_wp.c SRCS+= names.c SRCS+= p5_crpt.c SRCS+= p5_crpt2.c -SRCS+= p_dec.c -SRCS+= p_enc.c +SRCS+= p_legacy.c SRCS+= p_lib.c SRCS+= p_open.c SRCS+= p_seal.c |