diff options
| author | tb <> | 2024-04-15 15:55:01 +0000 |
|---|---|---|
| committer | tb <> | 2024-04-15 15:55:01 +0000 |
| commit | f6bf4b9242c771c8d66c801fddb6600c2d29e5e1 (patch) | |
| tree | e66b1df718cc5697054fb4fc487c1a991544ef2c /src/lib/libcrypto/Makefile | |
| parent | 0131401e0b9d7c3536cf6e5e16d17bc82cfda939 (diff) | |
| download | openbsd-f6bf4b9242c771c8d66c801fddb6600c2d29e5e1.tar.gz openbsd-f6bf4b9242c771c8d66c801fddb6600c2d29e5e1.tar.bz2 openbsd-f6bf4b9242c771c8d66c801fddb6600c2d29e5e1.zip | |
Bye, bye, OPENSSL_str{,n}casecmp()
ok jsing
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 7ed583fe4b..1e295d17ec 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.192 2024/03/29 07:36:38 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.193 2024/04/15 15:55:01 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_str.c | ||
| 73 | 72 | ||
| 74 | # aes/ | 73 | # aes/ |
| 75 | SRCS+= aes.c | 74 | SRCS+= aes.c |
