From 02332d5d0dcdf23c14ec45f52fb95d580089f34a Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sun, 13 Jul 2014 22:42:01 +0000 Subject: Move the client code into a separate file. --- src/lib/libressl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libressl/Makefile') 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 @@ -# $OpenBSD: Makefile,v 1.2 2014/07/13 22:13:52 jsing Exp $ +# $OpenBSD: Makefile,v 1.3 2014/07/13 22:42:01 jsing Exp $ CFLAGS+= -Wall -Werror -Wimplicit CFLAGS+= -DLIBRESSL_INTERNAL @@ -10,6 +10,7 @@ DPADD= ${LIBCRYPTO} ${LIBSSL} HDRS= ressl.h SRCS= ressl.c \ + ressl_client.c \ ressl_config.c \ ressl_util.c \ ressl_verify.c -- cgit v1.2.3-55-g6feb