diff options
author | tb <> | 2024-10-22 16:31:10 +0000 |
---|---|---|
committer | tb <> | 2024-10-22 16:31:10 +0000 |
commit | ce4cdd7bfccc5f813dee8ea16e06ced908ec63e1 (patch) | |
tree | c825b0546346d2f487fd43e65fa17771952debaa | |
parent | 26ecfbfd4a2942668f02baa387a213c8e1bd4ed2 (diff) | |
download | openbsd-ce4cdd7bfccc5f813dee8ea16e06ced908ec63e1.tar.gz openbsd-ce4cdd7bfccc5f813dee8ea16e06ced908ec63e1.tar.bz2 openbsd-ce4cdd7bfccc5f813dee8ea16e06ced908ec63e1.zip |
Suppress warning noise from deprecated OpenSSL API
-rw-r--r-- | src/regress/lib/libssl/interop/openssl32/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/interop/openssl32/Makefile b/src/regress/lib/libssl/interop/openssl32/Makefile index 12536d0c89..87255138ff 100644 --- a/src/regress/lib/libssl/interop/openssl32/Makefile +++ b/src/regress/lib/libssl/interop/openssl32/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2024/08/18 09:14:17 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.2 2024/10/22 16:31:10 tb Exp $ |
2 | 2 | ||
3 | .if ! exists(/usr/local/bin/eopenssl32) | 3 | .if ! exists(/usr/local/bin/eopenssl32) |
4 | regress: | 4 | regress: |
@@ -8,6 +8,7 @@ regress: | |||
8 | .else | 8 | .else |
9 | 9 | ||
10 | PROGS = client server | 10 | PROGS = client server |
11 | CFLAGS += -DOPENSSL_SUPPRESS_DEPRECATED | ||
11 | CPPFLAGS = -I /usr/local/include/eopenssl32 | 12 | CPPFLAGS = -I /usr/local/include/eopenssl32 |
12 | LDFLAGS = -L /usr/local/lib/eopenssl32 | 13 | LDFLAGS = -L /usr/local/lib/eopenssl32 |
13 | LDADD = -lssl -lcrypto | 14 | LDADD = -lssl -lcrypto |