diff options
Diffstat (limited to 'src/lib/libressl/Makefile')
-rw-r--r-- | src/lib/libressl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libressl/Makefile b/src/lib/libressl/Makefile index 167379edff..397fefdf69 100644 --- a/src/lib/libressl/Makefile +++ b/src/lib/libressl/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.2 2014/07/13 22:13:52 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.3 2014/07/13 22:42:01 jsing Exp $ |
2 | 2 | ||
3 | CFLAGS+= -Wall -Werror -Wimplicit | 3 | CFLAGS+= -Wall -Werror -Wimplicit |
4 | CFLAGS+= -DLIBRESSL_INTERNAL | 4 | CFLAGS+= -DLIBRESSL_INTERNAL |
@@ -10,6 +10,7 @@ DPADD= ${LIBCRYPTO} ${LIBSSL} | |||
10 | HDRS= ressl.h | 10 | HDRS= ressl.h |
11 | 11 | ||
12 | SRCS= ressl.c \ | 12 | SRCS= ressl.c \ |
13 | ressl_client.c \ | ||
13 | ressl_config.c \ | 14 | ressl_config.c \ |
14 | ressl_util.c \ | 15 | ressl_util.c \ |
15 | ressl_verify.c | 16 | ressl_verify.c |