diff options
| author | jsing <> | 2014-07-13 23:36:24 +0000 |
|---|---|---|
| committer | jsing <> | 2014-07-13 23:36:24 +0000 |
| commit | fc19c3ca500bc9693f2e3165ae04f82eac326eed (patch) | |
| tree | a51eea524cec30d2fe0552258c574cf0068418d4 /src/lib/libressl/Makefile | |
| parent | 9ec3a299529d3fe14edba74d028a78b960dd4985 (diff) | |
| download | openbsd-fc19c3ca500bc9693f2e3165ae04f82eac326eed.tar.gz openbsd-fc19c3ca500bc9693f2e3165ae04f82eac326eed.tar.bz2 openbsd-fc19c3ca500bc9693f2e3165ae04f82eac326eed.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 | ||
