diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libtls/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libtls/Makefile b/src/lib/libtls/Makefile index b0141c274f..1d7815f686 100644 --- a/src/lib/libtls/Makefile +++ b/src/lib/libtls/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.17 2015/09/11 13:59:20 beck Exp $ | 1 | # $OpenBSD: Makefile,v 1.18 2015/09/11 15:17:46 deraadt Exp $ |
2 | 2 | ||
3 | CFLAGS+= -Wall -Werror -Wimplicit | 3 | CFLAGS+= -Wall -Werror -Wimplicit |
4 | CFLAGS+= -DLIBRESSL_INTERNAL | 4 | CFLAGS+= -DLIBRESSL_INTERNAL |
@@ -48,7 +48,7 @@ MLINKS+=tls_init.3 tls_config_verify_client.3 | |||
48 | MLINKS+=tls_init.3 tls_config_verify_client_optional.3 | 48 | MLINKS+=tls_init.3 tls_config_verify_client_optional.3 |
49 | MLINKS+=tls_init.3 tls_peer_cert_provided.3 | 49 | MLINKS+=tls_init.3 tls_peer_cert_provided.3 |
50 | MLINKS+=tls_init.3 tls_peer_cert_contains_name.3 | 50 | MLINKS+=tls_init.3 tls_peer_cert_contains_name.3 |
51 | MLINKS+=tls_init.3 tls_peer_cert_issuer3 | 51 | MLINKS+=tls_init.3 tls_peer_cert_issuer.3 |
52 | MLINKS+=tls_init.3 tls_peer_cert_subject.3 | 52 | MLINKS+=tls_init.3 tls_peer_cert_subject.3 |
53 | MLINKS+=tls_init.3 tls_peer_cert_hash.3 | 53 | MLINKS+=tls_init.3 tls_peer_cert_hash.3 |
54 | MLINKS+=tls_init.3 tls_load_file.3 | 54 | MLINKS+=tls_init.3 tls_load_file.3 |