summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/client/Makefile
diff options
context:
space:
mode:
authorjsing <>2015-09-01 17:02:18 +0000
committerjsing <>2015-09-01 17:02:18 +0000
commit3de14ad586708e2fcccc01fc78bc496655a2bb96 (patch)
treeb56555468858e83abc9fcea0d3be1eb99a631c7a /src/regress/lib/libssl/client/Makefile
parenta53a66955e2e1f1c8f6fccbae6b05fb971c75f79 (diff)
downloadopenbsd-3de14ad586708e2fcccc01fc78bc496655a2bb96.tar.gz
openbsd-3de14ad586708e2fcccc01fc78bc496655a2bb96.tar.bz2
openbsd-3de14ad586708e2fcccc01fc78bc496655a2bb96.zip
Add an initial TLS client regress, which currently covers ClientHello
message generation.
Diffstat (limited to 'src/regress/lib/libssl/client/Makefile')
-rw-r--r--src/regress/lib/libssl/client/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/regress/lib/libssl/client/Makefile b/src/regress/lib/libssl/client/Makefile
new file mode 100644
index 0000000000..4f99f0e97c
--- /dev/null
+++ b/src/regress/lib/libssl/client/Makefile
@@ -0,0 +1,9 @@
1# $OpenBSD: Makefile,v 1.1 2015/09/01 17:02:18 jsing Exp $
2
3PROG= clienttest
4LDADD= -lssl -lcrypto
5DPADD= ${LIBSSL} ${LIBCRYPTO}
6WARNINGS= Yes
7CFLAGS+= -DLIBRESSL_INTERNAL -Werror
8
9.include <bsd.regress.mk>