diff options
author | jmc <> | 2015-09-14 14:29:30 +0000 |
---|---|---|
committer | jmc <> | 2015-09-14 14:29:30 +0000 |
commit | c6db285cf151a049bedc7474c2cd3a3d2d5510d1 (patch) | |
tree | 090de9a249770de07d0c872d6160da26cff51126 /src/lib/libtls/Makefile | |
parent | 201f9cf02bc9da2919ed87e7e65f71fc6b5a5a9f (diff) | |
download | openbsd-c6db285cf151a049bedc7474c2cd3a3d2d5510d1.tar.gz openbsd-c6db285cf151a049bedc7474c2cd3a3d2d5510d1.tar.bz2 openbsd-c6db285cf151a049bedc7474c2cd3a3d2d5510d1.zip |
some conn_version and conn_cipher bits;
Diffstat (limited to 'src/lib/libtls/Makefile')
-rw-r--r-- | src/lib/libtls/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libtls/Makefile b/src/lib/libtls/Makefile index 6e5914685c..2e6c48716c 100644 --- a/src/lib/libtls/Makefile +++ b/src/lib/libtls/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.19 2015/09/12 21:00:38 beck Exp $ | 1 | # $OpenBSD: Makefile,v 1.20 2015/09/14 14:29:30 jmc Exp $ |
2 | 2 | ||
3 | CFLAGS+= -Wall -Werror -Wimplicit | 3 | CFLAGS+= -Wall -Werror -Wimplicit |
4 | CFLAGS+= -DLIBRESSL_INTERNAL | 4 | CFLAGS+= -DLIBRESSL_INTERNAL |
@@ -52,6 +52,8 @@ MLINKS+=tls_init.3 tls_peer_cert_contains_name.3 | |||
52 | MLINKS+=tls_init.3 tls_peer_cert_issuer.3 | 52 | MLINKS+=tls_init.3 tls_peer_cert_issuer.3 |
53 | MLINKS+=tls_init.3 tls_peer_cert_subject.3 | 53 | MLINKS+=tls_init.3 tls_peer_cert_subject.3 |
54 | MLINKS+=tls_init.3 tls_peer_cert_hash.3 | 54 | MLINKS+=tls_init.3 tls_peer_cert_hash.3 |
55 | MLINKS+=tls_init.3 tls_conn_version.3 | ||
56 | MLINKS+=tls_init.3 tls_conn_cipher.3 | ||
55 | MLINKS+=tls_init.3 tls_load_file.3 | 57 | MLINKS+=tls_init.3 tls_load_file.3 |
56 | MLINKS+=tls_init.3 tls_client.3 | 58 | MLINKS+=tls_init.3 tls_client.3 |
57 | MLINKS+=tls_init.3 tls_server.3 | 59 | MLINKS+=tls_init.3 tls_server.3 |