diff options
| author | jsing <> | 2014-07-08 15:53:53 +0000 |
|---|---|---|
| committer | jsing <> | 2014-07-08 15:53:53 +0000 |
| commit | c74ac23d14595b76b4487be10c178baa56ea4a1b (patch) | |
| tree | 49f2bc722972f2ceb00e71eda3015f5bd53a79eb /src/regress/lib/libssl/ssl | |
| parent | 755402b820316d666fee3254b9a97393dee08576 (diff) | |
| download | openbsd-c74ac23d14595b76b4487be10c178baa56ea4a1b.tar.gz openbsd-c74ac23d14595b76b4487be10c178baa56ea4a1b.tar.bz2 openbsd-c74ac23d14595b76b4487be10c178baa56ea4a1b.zip | |
Include -DLIBRESSL_INTERNAL in regress makefiles.
ok miod@
Diffstat (limited to 'src/regress/lib/libssl/ssl')
| -rw-r--r-- | src/regress/lib/libssl/ssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/ssl/Makefile b/src/regress/lib/libssl/ssl/Makefile index b7359155da..581341c310 100644 --- a/src/regress/lib/libssl/ssl/Makefile +++ b/src/regress/lib/libssl/ssl/Makefile | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.2 2014/06/01 14:47:14 miod Exp $ | 1 | # $OpenBSD: Makefile,v 1.3 2014/07/08 15:53:53 jsing Exp $ |
| 2 | 2 | ||
| 3 | PROG= ssltest | 3 | PROG= ssltest |
| 4 | LDADD= -lcrypto -lssl | 4 | LDADD= -lcrypto -lssl |
| 5 | DPADD= ${LIBCRYPTO} ${LIBSSL} | 5 | DPADD= ${LIBCRYPTO} ${LIBSSL} |
| 6 | WARNINGS= Yes | 6 | WARNINGS= Yes |
| 7 | CFLAGS+= -Werror | 7 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror |
| 8 | 8 | ||
| 9 | REGRESS_TARGETS=regress-ssltest | 9 | REGRESS_TARGETS=regress-ssltest |
| 10 | 10 | ||
