Fix from main trunk, 2000-09-26 13:25 bodo:
Fix SSL_CTX_set_read_ahead macro. Submitted by: Anders Gertz <gertz@epact.se>
This commit is contained in:
parent
1f1f23a882
commit
df4fd356df
1 changed files with 1 additions and 1 deletions
|
@ -1178,7 +1178,7 @@ int SSL_get_ex_data_X509_STORE_CTX_idx(void );
|
|||
#define SSL_CTX_get_read_ahead(ctx) \
|
||||
SSL_CTX_ctrl(ctx,SSL_CTRL_GET_READ_AHEAD,0,NULL)
|
||||
#define SSL_CTX_set_read_ahead(ctx,m) \
|
||||
SSL_CTX_ctrl(ctx,SSL_CTRL_SET_READ_AHEAD,0,NULL)
|
||||
SSL_CTX_ctrl(ctx,SSL_CTRL_SET_READ_AHEAD,m,NULL)
|
||||
|
||||
/* NB: the keylength is only applicable when is_export is true */
|
||||
#ifndef NO_RSA
|
||||
|
|
Loading…
Reference in a new issue