diff options
| author | jsing <> | 2014-07-13 23:36:24 +0000 |
|---|---|---|
| committer | jsing <> | 2014-07-13 23:36:24 +0000 |
| commit | 1165f37d4bd7efd3b30cbb67c69e94960bc3994b (patch) | |
| tree | a51eea524cec30d2fe0552258c574cf0068418d4 /src/lib/libressl/Makefile | |
| parent | db71c5bf2f35ee4c6899d2c6b5b0a3ed0fa51f98 (diff) | |
| download | openbsd-1165f37d4bd7efd3b30cbb67c69e94960bc3994b.tar.gz openbsd-1165f37d4bd7efd3b30cbb67c69e94960bc3994b.tar.bz2 openbsd-1165f37d4bd7efd3b30cbb67c69e94960bc3994b.zip | |
Add stubs for the proposed server API.
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 397fefdf69..0a481f0009 100644 --- a/src/lib/libressl/Makefile +++ b/src/lib/libressl/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.3 2014/07/13 22:42:01 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.4 2014/07/13 23:36:24 jsing Exp $ |
| 2 | 2 | ||
| 3 | CFLAGS+= -Wall -Werror -Wimplicit | 3 | CFLAGS+= -Wall -Werror -Wimplicit |
| 4 | CFLAGS+= -DLIBRESSL_INTERNAL | 4 | CFLAGS+= -DLIBRESSL_INTERNAL |
| @@ -12,6 +12,7 @@ HDRS= ressl.h | |||
| 12 | SRCS= ressl.c \ | 12 | SRCS= ressl.c \ |
| 13 | ressl_client.c \ | 13 | ressl_client.c \ |
| 14 | ressl_config.c \ | 14 | ressl_config.c \ |
| 15 | ressl_server.c \ | ||
| 15 | ressl_util.c \ | 16 | ressl_util.c \ |
| 16 | ressl_verify.c | 17 | ressl_verify.c |
| 17 | 18 | ||
