diff options
| author | jsing <> | 2024-03-27 12:56:25 +0000 |
|---|---|---|
| committer | jsing <> | 2024-03-27 12:56:25 +0000 |
| commit | 7c7438faf4029cfd8004ff6cc7ec603ac5b18258 (patch) | |
| tree | 14377e464fd35fe9be43967e4d4b38e865fb4503 /src | |
| parent | 0a0f5acdc5ba55ea5be44178642a216b3c020186 (diff) | |
| download | openbsd-7c7438faf4029cfd8004ff6cc7ec603ac5b18258.tar.gz openbsd-7c7438faf4029cfd8004ff6cc7ec603ac5b18258.tar.bz2 openbsd-7c7438faf4029cfd8004ff6cc7ec603ac5b18258.zip | |
Catch the blowfish that escaped.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index b57b1fd36c..86d8cbcad6 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.178 2024/03/27 12:54:42 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.179 2024/03/27 12:56:25 jsing Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -790,7 +790,7 @@ obj_dat.h: obj_mac.h ${SSL_OBJECTS}/obj_dat.pl | |||
| 790 | CFLAGS+=-DOPENSSL_NO_ASM | 790 | CFLAGS+=-DOPENSSL_NO_ASM |
| 791 | SRCS+= aes_core.c | 791 | SRCS+= aes_core.c |
| 792 | SRCS+= aes_cbc.c | 792 | SRCS+= aes_cbc.c |
| 793 | SRCS+= bf_enc.c | 793 | SRCS+= blowfish.c |
| 794 | SRCS+= camellia.c | 794 | SRCS+= camellia.c |
| 795 | SRCS+= cmll_cbc.c | 795 | SRCS+= cmll_cbc.c |
| 796 | SRCS+= cmll_misc.c | 796 | SRCS+= cmll_misc.c |
