diff options
| author | jsing <> | 2014-07-08 15:53:53 +0000 |
|---|---|---|
| committer | jsing <> | 2014-07-08 15:53:53 +0000 |
| commit | 7afb360c691a50252631f701035b15ed0177a3c8 (patch) | |
| tree | 49f2bc722972f2ceb00e71eda3015f5bd53a79eb /src/regress/lib/libcrypto/pqueue | |
| parent | 4e034cc02822d664dec3b2e45e8e620fd3301ed3 (diff) | |
| download | openbsd-7afb360c691a50252631f701035b15ed0177a3c8.tar.gz openbsd-7afb360c691a50252631f701035b15ed0177a3c8.tar.bz2 openbsd-7afb360c691a50252631f701035b15ed0177a3c8.zip | |
Include -DLIBRESSL_INTERNAL in regress makefiles.
ok miod@
Diffstat (limited to 'src/regress/lib/libcrypto/pqueue')
| -rw-r--r-- | src/regress/lib/libcrypto/pqueue/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/pqueue/Makefile b/src/regress/lib/libcrypto/pqueue/Makefile index 654ec95682..48b9e53183 100644 --- a/src/regress/lib/libcrypto/pqueue/Makefile +++ b/src/regress/lib/libcrypto/pqueue/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.5 2014/06/01 11:11:46 miod Exp $ | 1 | # $OpenBSD: Makefile,v 1.6 2014/07/08 15:53:53 jsing Exp $ |
| 2 | 2 | ||
| 3 | PROG= pq_test | 3 | PROG= pq_test |
| 4 | SRC= ${.CURDIR}/../../../../lib/libssl/src/ssl | 4 | SRC= ${.CURDIR}/../../../../lib/libssl/src/ssl |
| @@ -7,7 +7,7 @@ CFLAGS+= -I${SRC} | |||
| 7 | LDADD= -lssl -lcrypto | 7 | LDADD= -lssl -lcrypto |
| 8 | DPADD= ${LIBSSL} ${LIBCRYPTO} | 8 | DPADD= ${LIBSSL} ${LIBCRYPTO} |
| 9 | WARNINGS= Yes | 9 | WARNINGS= Yes |
| 10 | CFLAGS+= -Werror | 10 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror |
| 11 | 11 | ||
| 12 | REGRESS_TARGETS= regress-pq_test | 12 | REGRESS_TARGETS= regress-pq_test |
| 13 | 13 | ||
