From 3a4e9367d83a43f0d1c5b5eab4396c4b05df1a6b Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Wed, 13 Jan 2016 23:11:01 -0500 Subject: RT4232: Extra space in help message. It turns out that -pause calls the undocumented function SSL_set_debug. That just sets flag inside the SSL structure. That flag, despite the command is never used. So remove the flag, the field, and the function. Reviewed-by: Richard Levitte --- util/ssleay.num | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/ssleay.num b/util/ssleay.num index 8bd2b1ae67..b42765352c 100755 --- a/util/ssleay.num +++ b/util/ssleay.num @@ -295,7 +295,7 @@ SSL_srp_server_param_with_username 336 1_1_0 EXIST:!VMS:FUNCTION:SRP SSL_srp_server_param_with_un 336 1_1_0 EXIST:VMS:FUNCTION:SRP SRP_have_to_put_srp_username 337 1_1_0 NOEXIST::FUNCTION: SSL_SRP_CTX_free 338 1_1_0 EXIST::FUNCTION:SRP -SSL_set_debug 339 1_1_0 EXIST::FUNCTION: +SSL_set_debug 339 1_1_0 NOEXIST::FUNCTION: SSL_SESSION_get0_peer 340 1_1_0 EXIST::FUNCTION: TLSv1_2_client_method 341 1_1_0 EXIST::FUNCTION: SSL_SESSION_set1_id_context 342 1_1_0 EXIST::FUNCTION: -- cgit v1.2.3