diff options
author | deraadt <> | 2015-09-11 15:17:46 +0000 |
---|---|---|
committer | deraadt <> | 2015-09-11 15:17:46 +0000 |
commit | 2bd1bf718be85a3952cec7ea9be3652a4a51bf3d (patch) | |
tree | 75b2b81d2f49b79baa0c2ee269688c970e05578f | |
parent | 3e95ffd0c2d6060a71ec897ae9459ffd2fce63ab (diff) | |
download | openbsd-2bd1bf718be85a3952cec7ea9be3652a4a51bf3d.tar.gz openbsd-2bd1bf718be85a3952cec7ea9be3652a4a51bf3d.tar.bz2 openbsd-2bd1bf718be85a3952cec7ea9be3652a4a51bf3d.zip |
typo
-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 |