diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-11-05 11:02:59 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-11-05 11:02:59 +0000 |
commit | 1f6a114fb508dea023495b0d54b8299edda88979 (patch) | |
tree | 709d1b7589d97207b29c8bd826d89d61e2c141e3 /lib/libcrypto/Makefile | |
parent | 4bb57fb61cad1e43ceeea24e2d77729ffd746937 (diff) |
Fold cversion.c into crypto_legacy.c
discussed with jsing
Diffstat (limited to 'lib/libcrypto/Makefile')
-rw-r--r-- | lib/libcrypto/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libcrypto/Makefile b/lib/libcrypto/Makefile index 8630687370d..ccc5e0b5c6d 100644 --- a/lib/libcrypto/Makefile +++ b/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.219 2024/11/05 10:59:42 tb Exp $ +# $OpenBSD: Makefile,v 1.220 2024/11/05 11:02:58 tb Exp $ LIB= crypto LIBREBUILD=y @@ -61,7 +61,6 @@ SRCS+= crypto_ex_data.c SRCS+= crypto_init.c SRCS+= crypto_legacy.c SRCS+= crypto_lock.c -SRCS+= cversion.c SRCS+= malloc-wrapper.c SRCS+= mem_clr.c SRCS+= mem_dbg.c |