diff options
author | 2009-01-08 17:43:43 +0000 | |
---|---|---|
committer | 2009-01-08 17:43:43 +0000 | |
commit | 67708a124556f08fb155401e9037f45fe35eca3d (patch) | |
tree | d40e37ae93165e78f6d5e2ac2517dc931fc47221 /lib/libssl | |
parent | tweak previous; feedback/ok claudio (diff) | |
download | wireguard-openbsd-67708a124556f08fb155401e9037f45fe35eca3d.tar.xz wireguard-openbsd-67708a124556f08fb155401e9037f45fe35eca3d.zip |
Add a missing MLINK for BIO_new_socket.
Noticed by blambert@. Ok jmc@.
Diffstat (limited to 'lib/libssl')
-rw-r--r-- | lib/libssl/man/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libssl/man/Makefile b/lib/libssl/man/Makefile index c62f6d57fbd..ea5ce3f2b94 100644 --- a/lib/libssl/man/Makefile +++ b/lib/libssl/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2008/07/28 23:44:10 jsg Exp $ +# $OpenBSD: Makefile,v 1.14 2009/01/08 17:43:43 oga Exp $ .include <bsd.own.mk> # for NOMAN @@ -327,6 +327,7 @@ MLINKS+=\ BIO_s_mem.3 BIO_set_mem_buf.3 \ BIO_s_mem.3 BIO_set_mem_eof_return.3 \ BIO_s_socket.3 BIO_get_fd.3 \ + BIO_s_socket.3 BIO_new_socket.3 \ BIO_s_socket.3 BIO_set_fd.3 \ BIO_set_callback.3 BIO_debug_callback.3 \ BIO_set_callback.3 BIO_get_callback.3 \ |