From fc19c3ca500bc9693f2e3165ae04f82eac326eed Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sun, 13 Jul 2014 23:36:24 +0000 Subject: Add stubs for the proposed server API. --- 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 397fefdf69..0a481f0009 100644 --- a/src/lib/libressl/Makefile +++ b/src/lib/libressl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2014/07/13 22:42:01 jsing Exp $ +# $OpenBSD: Makefile,v 1.4 2014/07/13 23:36:24 jsing Exp $ CFLAGS+= -Wall -Werror -Wimplicit CFLAGS+= -DLIBRESSL_INTERNAL @@ -12,6 +12,7 @@ HDRS= ressl.h SRCS= ressl.c \ ressl_client.c \ ressl_config.c \ + ressl_server.c \ ressl_util.c \ ressl_verify.c -- cgit v1.2.3-55-g6feb