diff options
author | jmc <> | 2015-09-10 14:19:01 +0000 |
---|---|---|
committer | jmc <> | 2015-09-10 14:19:01 +0000 |
commit | 02f98306c5c76c6db71d0c7c6984b783bfeba226 (patch) | |
tree | 8e38d0f958b1c43e1b55a90e7e2d3941d074b9d8 /src | |
parent | e6c9bfa6ab753c1d5bbcbcc1e4b1a948fa270f37 (diff) | |
download | openbsd-02f98306c5c76c6db71d0c7c6984b783bfeba226.tar.gz openbsd-02f98306c5c76c6db71d0c7c6984b783bfeba226.tar.bz2 openbsd-02f98306c5c76c6db71d0c7c6984b783bfeba226.zip |
mlink tls_handshake;
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libtls/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libtls/Makefile b/src/lib/libtls/Makefile index b8699e1a3a..6b9270b50a 100644 --- a/src/lib/libtls/Makefile +++ b/src/lib/libtls/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.11 2015/09/10 10:12:31 jmc Exp $ | 1 | # $OpenBSD: Makefile,v 1.12 2015/09/10 14:19:01 jmc Exp $ |
2 | 2 | ||
3 | CFLAGS+= -Wall -Werror -Wimplicit | 3 | CFLAGS+= -Wall -Werror -Wimplicit |
4 | CFLAGS+= -DLIBRESSL_INTERNAL | 4 | CFLAGS+= -DLIBRESSL_INTERNAL |
@@ -56,6 +56,7 @@ MLINKS+=tls_init.3 tls_connect_servername.3 | |||
56 | MLINKS+=tls_init.3 tls_connect_socket.3 | 56 | MLINKS+=tls_init.3 tls_connect_socket.3 |
57 | MLINKS+=tls_init.3 tls_accept_fds.3 | 57 | MLINKS+=tls_init.3 tls_accept_fds.3 |
58 | MLINKS+=tls_init.3 tls_accept_socket.3 | 58 | MLINKS+=tls_init.3 tls_accept_socket.3 |
59 | MLINKS+=tls_init.3 tls_handshake.3 | ||
59 | MLINKS+=tls_init.3 tls_read.3 | 60 | MLINKS+=tls_init.3 tls_read.3 |
60 | MLINKS+=tls_init.3 tls_write.3 | 61 | MLINKS+=tls_init.3 tls_write.3 |
61 | 62 | ||