diff options
author | tb <> | 2024-04-15 15:55:01 +0000 |
---|---|---|
committer | tb <> | 2024-04-15 15:55:01 +0000 |
commit | e3aa83198f4718fdc7ffe6d92e086b932a4437d6 (patch) | |
tree | e66b1df718cc5697054fb4fc487c1a991544ef2c /src/lib/libcrypto/Makefile | |
parent | fd4066a78d7d353cca0845b810adcea3560a0ae5 (diff) | |
download | openbsd-e3aa83198f4718fdc7ffe6d92e086b932a4437d6.tar.gz openbsd-e3aa83198f4718fdc7ffe6d92e086b932a4437d6.tar.bz2 openbsd-e3aa83198f4718fdc7ffe6d92e086b932a4437d6.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 |