diff options
author | 2014-07-08 15:53:52 +0000 | |
---|---|---|
committer | 2014-07-08 15:53:52 +0000 | |
commit | 46f255cc1a6f088687fa429b4be08ca8b56e4968 (patch) | |
tree | b07117b96e31290d2bd8d6e3eb0fb60a5ded11ab /regress/lib/libssl/ssl | |
parent | various queue improvements: (diff) | |
download | wireguard-openbsd-46f255cc1a6f088687fa429b4be08ca8b56e4968.tar.xz wireguard-openbsd-46f255cc1a6f088687fa429b4be08ca8b56e4968.zip |
Include -DLIBRESSL_INTERNAL in regress makefiles.
ok miod@
Diffstat (limited to 'regress/lib/libssl/ssl')
-rw-r--r-- | regress/lib/libssl/ssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libssl/ssl/Makefile b/regress/lib/libssl/ssl/Makefile index b7359155da0..581341c3105 100644 --- a/regress/lib/libssl/ssl/Makefile +++ b/regress/lib/libssl/ssl/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.2 2014/06/01 14:47:14 miod Exp $ +# $OpenBSD: Makefile,v 1.3 2014/07/08 15:53:53 jsing Exp $ PROG= ssltest LDADD= -lcrypto -lssl DPADD= ${LIBCRYPTO} ${LIBSSL} WARNINGS= Yes -CFLAGS+= -Werror +CFLAGS+= -DLIBRESSL_INTERNAL -Werror REGRESS_TARGETS=regress-ssltest |