summaryrefslogtreecommitdiff
path: root/lib/libtls
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2015-09-11 15:17:47 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2015-09-11 15:17:47 +0000
commitd352c69458a978c640772bb998acb3247a4015cf (patch)
treecff13796f379f3d5928931c65a92f53bcd553dfa /lib/libtls
parenta54df8ef8a12563d8397a4ce12c43a638e28f768 (diff)
typo
Diffstat (limited to 'lib/libtls')
-rw-r--r--lib/libtls/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libtls/Makefile b/lib/libtls/Makefile
index b0141c274ff..1d7815f686a 100644
--- a/lib/libtls/Makefile
+++ b/lib/libtls/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.17 2015/09/11 13:59:20 beck Exp $
+# $OpenBSD: Makefile,v 1.18 2015/09/11 15:17:46 deraadt Exp $
CFLAGS+= -Wall -Werror -Wimplicit
CFLAGS+= -DLIBRESSL_INTERNAL
@@ -48,7 +48,7 @@ MLINKS+=tls_init.3 tls_config_verify_client.3
MLINKS+=tls_init.3 tls_config_verify_client_optional.3
MLINKS+=tls_init.3 tls_peer_cert_provided.3
MLINKS+=tls_init.3 tls_peer_cert_contains_name.3
-MLINKS+=tls_init.3 tls_peer_cert_issuer3
+MLINKS+=tls_init.3 tls_peer_cert_issuer.3
MLINKS+=tls_init.3 tls_peer_cert_subject.3
MLINKS+=tls_init.3 tls_peer_cert_hash.3
MLINKS+=tls_init.3 tls_load_file.3