diff options
author | 2015-09-10 14:19:01 +0000 | |
---|---|---|
committer | 2015-09-10 14:19:01 +0000 | |
commit | 972f9cfca88e3e04c76aa2b2ecaefb38c0b8c8ff (patch) | |
tree | f839a1ea207d811d49763f7c2d17f60396db5232 /lib | |
parent | tweak previous; (diff) | |
download | wireguard-openbsd-972f9cfca88e3e04c76aa2b2ecaefb38c0b8c8ff.tar.xz wireguard-openbsd-972f9cfca88e3e04c76aa2b2ecaefb38c0b8c8ff.zip |
mlink tls_handshake;
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libtls/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libtls/Makefile b/lib/libtls/Makefile index b8699e1a3a9..6b9270b50aa 100644 --- a/lib/libtls/Makefile +++ b/lib/libtls/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2015/09/10 10:12:31 jmc Exp $ +# $OpenBSD: Makefile,v 1.12 2015/09/10 14:19:01 jmc Exp $ CFLAGS+= -Wall -Werror -Wimplicit CFLAGS+= -DLIBRESSL_INTERNAL @@ -56,6 +56,7 @@ MLINKS+=tls_init.3 tls_connect_servername.3 MLINKS+=tls_init.3 tls_connect_socket.3 MLINKS+=tls_init.3 tls_accept_fds.3 MLINKS+=tls_init.3 tls_accept_socket.3 +MLINKS+=tls_init.3 tls_handshake.3 MLINKS+=tls_init.3 tls_read.3 MLINKS+=tls_init.3 tls_write.3 |