diff options
| author | jsing <> | 2014-05-24 14:56:32 +0000 |
|---|---|---|
| committer | jsing <> | 2014-05-24 14:56:32 +0000 |
| commit | ae5e81b467d11eadeb07490348d2cabfbed02f83 (patch) | |
| tree | 0134595ea146b2db071f9a158e958a270846cf9a /src/regress/lib/libssl/ssl/Makefile | |
| parent | cae65df81b69f410afddb3d880daac7c43ce3daf (diff) | |
| download | openbsd-ae5e81b467d11eadeb07490348d2cabfbed02f83.tar.gz openbsd-ae5e81b467d11eadeb07490348d2cabfbed02f83.tar.bz2 openbsd-ae5e81b467d11eadeb07490348d2cabfbed02f83.zip | |
Move ssltest.c to a regress test.
Diffstat (limited to 'src/regress/lib/libssl/ssl/Makefile')
| -rw-r--r-- | src/regress/lib/libssl/ssl/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/regress/lib/libssl/ssl/Makefile b/src/regress/lib/libssl/ssl/Makefile new file mode 100644 index 0000000000..35a7a9a6be --- /dev/null +++ b/src/regress/lib/libssl/ssl/Makefile | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.1 2014/05/24 14:56:32 jsing Exp $ | ||
| 2 | |||
| 3 | PROG= ssltest | ||
| 4 | LDADD= -lcrypto -lssl | ||
| 5 | DPADD= ${LIBCRYPTO} ${LIBSSL} | ||
| 6 | |||
| 7 | REGRESS_TARGETS=regress-ssltest | ||
| 8 | |||
| 9 | regress-ssltest: ${PROG} | ||
| 10 | sh ${.CURDIR}/testssl \ | ||
| 11 | ${.CURDIR}/../certs/server.pem ${.CURDIR}/../certs/server.pem \ | ||
| 12 | ${.CURDIR}/../certs/ca.pem | ||
| 13 | |||
| 14 | .include <bsd.regress.mk> | ||
