diff options
| author | tb <> | 2024-10-22 16:31:10 +0000 |
|---|---|---|
| committer | tb <> | 2024-10-22 16:31:10 +0000 |
| commit | 386157f9b8b8ca32bb1f45fb3825e2dc12b3205a (patch) | |
| tree | c825b0546346d2f487fd43e65fa17771952debaa /src | |
| parent | e9c463623237c2cc6fa450900399bf92d6839d22 (diff) | |
| download | openbsd-386157f9b8b8ca32bb1f45fb3825e2dc12b3205a.tar.gz openbsd-386157f9b8b8ca32bb1f45fb3825e2dc12b3205a.tar.bz2 openbsd-386157f9b8b8ca32bb1f45fb3825e2dc12b3205a.zip | |
Suppress warning noise from deprecated OpenSSL API
Diffstat (limited to 'src')
| -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 |
