summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2016-01-13 23:11:01 -0500
committerRich Salz <rsalz@openssl.org>2016-01-14 11:32:18 -0500
commit3a4e9367d83a43f0d1c5b5eab4396c4b05df1a6b (patch)
treeac094a429840eedef10c80db7f6d47d72221f608 /ssl/ssl_locl.h
parenta7cf07b4961347713b0fea321c301a0a618b4f2e (diff)
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 <levitte@openssl.org>
Diffstat (limited to 'ssl/ssl_locl.h')
-rw-r--r--ssl/ssl_locl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h
index c222a7d461..d9ff1c2db3 100644
--- a/ssl/ssl_locl.h
+++ b/ssl/ssl_locl.h
@@ -1065,11 +1065,6 @@ struct ssl_st {
unsigned int max_psk_len);
# endif
SSL_CTX *ctx;
- /*
- * set this flag to 1 and a sleep(1) is put into all SSL_read() and
- * SSL_write() calls, good for nbio debuging :-)
- */
- int debug;
/* extra application data */
long verify_result;
CRYPTO_EX_DATA ex_data;