diff options
| author | tb <> | 2024-03-19 19:27:33 +0000 |
|---|---|---|
| committer | tb <> | 2024-03-19 19:27:33 +0000 |
| commit | bf5599144609e046ba98f40a58158132af34faeb (patch) | |
| tree | 81b7735680c6a6452faad5a3f6ce3ca6ff103976 /src/lib/libcrypto/Makefile | |
| parent | 4734800ad5efc622926cf983bd3b523bf72bc1b2 (diff) | |
| download | openbsd-bf5599144609e046ba98f40a58158132af34faeb.tar.gz openbsd-bf5599144609e046ba98f40a58158132af34faeb.tar.bz2 openbsd-bf5599144609e046ba98f40a58158132af34faeb.zip | |
Move the OPENSSL_init() stub from o_init.c to crypto_init.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 06bb1ec6bd..8c3d05bd48 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.174 2024/03/02 13:39:28 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.175 2024/03/19 19:27:33 tb Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -69,7 +69,6 @@ SRCS+= malloc-wrapper.c | |||
| 69 | SRCS+= mem_clr.c | 69 | SRCS+= mem_clr.c |
| 70 | SRCS+= mem_dbg.c | 70 | SRCS+= mem_dbg.c |
| 71 | SRCS+= o_fips.c | 71 | SRCS+= o_fips.c |
| 72 | SRCS+= o_init.c | ||
| 73 | SRCS+= o_str.c | 72 | SRCS+= o_str.c |
| 74 | 73 | ||
| 75 | # aes/ | 74 | # aes/ |
