summaryrefslogtreecommitdiff
path: root/src/lib/libressl/Makefile
diff options
context:
space:
mode:
authorjsing <>2014-07-13 22:42:01 +0000
committerjsing <>2014-07-13 22:42:01 +0000
commit02332d5d0dcdf23c14ec45f52fb95d580089f34a (patch)
treecc97d9a54751afd8dad5a5cf8447091489584a9c /src/lib/libressl/Makefile
parent12562f20bce4aa5f48a40c04ebb898cff187e76c (diff)
downloadopenbsd-02332d5d0dcdf23c14ec45f52fb95d580089f34a.tar.gz
openbsd-02332d5d0dcdf23c14ec45f52fb95d580089f34a.tar.bz2
openbsd-02332d5d0dcdf23c14ec45f52fb95d580089f34a.zip
Move the client code into a separate file.
Diffstat (limited to 'src/lib/libressl/Makefile')
-rw-r--r--src/lib/libressl/Makefile3
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
3CFLAGS+= -Wall -Werror -Wimplicit 3CFLAGS+= -Wall -Werror -Wimplicit
4CFLAGS+= -DLIBRESSL_INTERNAL 4CFLAGS+= -DLIBRESSL_INTERNAL
@@ -10,6 +10,7 @@ DPADD= ${LIBCRYPTO} ${LIBSSL}
10HDRS= ressl.h 10HDRS= ressl.h
11 11
12SRCS= ressl.c \ 12SRCS= 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