diff options
Diffstat (limited to 'src/regress/lib/libssl/unit/Makefile')
| -rw-r--r-- | src/regress/lib/libssl/unit/Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/regress/lib/libssl/unit/Makefile b/src/regress/lib/libssl/unit/Makefile deleted file mode 100644 index 6a925069ca..0000000000 --- a/src/regress/lib/libssl/unit/Makefile +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.16 2023/05/24 09:15:14 tb Exp $ | ||
| 2 | |||
| 3 | PROGS += cipher_list | ||
| 4 | PROGS += ssl_get_shared_ciphers | ||
| 5 | PROGS += ssl_methods | ||
| 6 | PROGS += ssl_set_alpn_protos | ||
| 7 | PROGS += ssl_verify_param | ||
| 8 | PROGS += ssl_versions | ||
| 9 | PROGS += tls_ext_alpn | ||
| 10 | PROGS += tls_prf | ||
| 11 | |||
| 12 | WARNINGS= Yes | ||
| 13 | LDADD = ${SSL_INT} -lcrypto | ||
| 14 | DPADD = ${LIBSSL} ${LIBCRYPTO} | ||
| 15 | CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Wundef -Werror | ||
| 16 | CFLAGS+= -DCERTSDIR=\"${.CURDIR}/../certs\" | ||
| 17 | CFLAGS+= -I${.CURDIR}/../../../../lib/libssl | ||
| 18 | |||
| 19 | LDADD_ssl_verify_param = ${LIBSSL} ${CRYPTO_INT} | ||
| 20 | |||
| 21 | .include <bsd.regress.mk> | ||
