diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2024-03-27 12:56:26 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2024-03-27 12:56:26 +0000 |
commit | 3b1350973d0a9a83de7c77e28779bb9ade9e854d (patch) | |
tree | d1ee5a20c2e6fe32a148cd48ca1184620b3b1ab1 /lib/libcrypto/Makefile | |
parent | 9bd8d18ff0e59cf3be47f4e4476a75b507153ded (diff) |
Catch the blowfish that escaped.
Diffstat (limited to 'lib/libcrypto/Makefile')
-rw-r--r-- | lib/libcrypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/Makefile b/lib/libcrypto/Makefile index b57b1fd36cb..86d8cbcad6e 100644 --- a/lib/libcrypto/Makefile +++ b/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.178 2024/03/27 12:54:42 jsing Exp $ +# $OpenBSD: Makefile,v 1.179 2024/03/27 12:56:25 jsing Exp $ LIB= crypto LIBREBUILD=y @@ -790,7 +790,7 @@ obj_dat.h: obj_mac.h ${SSL_OBJECTS}/obj_dat.pl CFLAGS+=-DOPENSSL_NO_ASM SRCS+= aes_core.c SRCS+= aes_cbc.c -SRCS+= bf_enc.c +SRCS+= blowfish.c SRCS+= camellia.c SRCS+= cmll_cbc.c SRCS+= cmll_misc.c |