diff options
| author | jsing <> | 2014-07-13 22:42:01 +0000 |
|---|---|---|
| committer | jsing <> | 2014-07-13 22:42:01 +0000 |
| commit | 02332d5d0dcdf23c14ec45f52fb95d580089f34a (patch) | |
| tree | cc97d9a54751afd8dad5a5cf8447091489584a9c /src/lib/libressl/Makefile | |
| parent | 12562f20bce4aa5f48a40c04ebb898cff187e76c (diff) | |
| download | openbsd-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/Makefile | 3 |
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 | ||
| 3 | CFLAGS+= -Wall -Werror -Wimplicit | 3 | CFLAGS+= -Wall -Werror -Wimplicit |
| 4 | CFLAGS+= -DLIBRESSL_INTERNAL | 4 | CFLAGS+= -DLIBRESSL_INTERNAL |
| @@ -10,6 +10,7 @@ DPADD= ${LIBCRYPTO} ${LIBSSL} | |||
| 10 | HDRS= ressl.h | 10 | HDRS= ressl.h |
| 11 | 11 | ||
| 12 | SRCS= ressl.c \ | 12 | SRCS= 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 |
