diff options
author | 2002-10-09 08:22:49 +0000 | |
---|---|---|
committer | 2002-10-09 08:22:49 +0000 | |
commit | 341296efc9cf62eaa7cbc7e3aa6c155e075f37da (patch) | |
tree | 2673dc56cca42d40fc1dd71c4893cd54b6b2ee78 /lib/libssl | |
parent | Patch from sendmail.org to fix potential smrsh bypass described (diff) | |
download | wireguard-openbsd-341296efc9cf62eaa7cbc7e3aa6c155e075f37da.tar.xz wireguard-openbsd-341296efc9cf62eaa7cbc7e3aa6c155e075f37da.zip |
install SSL_do_handshake(3) as well; markus@ ok
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 bd1d825eb12..0ab8c2e360f 100644 --- a/lib/libssl/man/Makefile +++ b/lib/libssl/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2002/09/26 11:41:22 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 2002/10/09 08:22:49 fgsch Exp $ .include <bsd.own.mk> # for NOMAN @@ -126,6 +126,7 @@ MANALL= \ SSL_alert_type_string.cat3 \ SSL_clear.cat3 \ SSL_connect.cat3 \ + SSL_do_handshake.cat3 \ SSL_free.cat3 \ SSL_get_SSL_CTX.cat3 \ SSL_get_ciphers.cat3 \ |