diff options
| author | tb <> | 2025-10-24 11:44:08 +0000 |
|---|---|---|
| committer | tb <> | 2025-10-24 11:44:08 +0000 |
| commit | dc4d56b5f3d1f310b754d8e69d1b35ba3c5d17dd (patch) | |
| tree | d3837556af4b0a3ca0cf8c5e75a038ebfb596bbd | |
| parent | c168e7d61d28218d9000b840a46e75e38f2ac5ff (diff) | |
| download | openbsd-dc4d56b5f3d1f310b754d8e69d1b35ba3c5d17dd.tar.gz openbsd-dc4d56b5f3d1f310b754d8e69d1b35ba3c5d17dd.tar.bz2 openbsd-dc4d56b5f3d1f310b754d8e69d1b35ba3c5d17dd.zip | |
The ssl_verify_param.c test can now link dynamically against libcrypto
| -rw-r--r-- | src/regress/lib/libssl/unit/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/regress/lib/libssl/unit/Makefile b/src/regress/lib/libssl/unit/Makefile index 6a925069ca..edc0d910c4 100644 --- a/src/regress/lib/libssl/unit/Makefile +++ b/src/regress/lib/libssl/unit/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.16 2023/05/24 09:15:14 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.17 2025/10/24 11:44:08 tb Exp $ |
| 2 | 2 | ||
| 3 | PROGS += cipher_list | 3 | PROGS += cipher_list |
| 4 | PROGS += ssl_get_shared_ciphers | 4 | PROGS += ssl_get_shared_ciphers |
| @@ -16,6 +16,4 @@ CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Wundef -Werror | |||
| 16 | CFLAGS+= -DCERTSDIR=\"${.CURDIR}/../certs\" | 16 | CFLAGS+= -DCERTSDIR=\"${.CURDIR}/../certs\" |
| 17 | CFLAGS+= -I${.CURDIR}/../../../../lib/libssl | 17 | CFLAGS+= -I${.CURDIR}/../../../../lib/libssl |
| 18 | 18 | ||
| 19 | LDADD_ssl_verify_param = ${LIBSSL} ${CRYPTO_INT} | ||
| 20 | |||
| 21 | .include <bsd.regress.mk> | 19 | .include <bsd.regress.mk> |
