diff options
author | 2015-09-11 15:17:46 +0000 | |
---|---|---|
committer | 2015-09-11 15:17:46 +0000 | |
commit | 1132f600a36a7c9c8e752865c01b7cd6be2ccc4e (patch) | |
tree | a89d472b3f797107e0cb6fe960f9ab78d7b0debf | |
parent | When pf modifies a TCP packet, it sets the M_TCP_CSUM_OUT flag in (diff) | |
download | wireguard-openbsd-1132f600a36a7c9c8e752865c01b7cd6be2ccc4e.tar.xz wireguard-openbsd-1132f600a36a7c9c8e752865c01b7cd6be2ccc4e.zip |
typo
-rw-r--r-- | lib/libtls/Makefile | 4 |
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 |