mirror of
https://github.com/apache/httpd.git
synced 2025-08-10 02:56:11 +00:00
Drop support for the RSA BSAFE SSL-C toolkit from configure,
and remove #ifdef'ed code from mod_ssl and ab where applicable. Consensus for dropping support for SSL/TLS toolkits other than OpenSSL was reached on dev@httpd in June 2010 (message with ID <20100602162310.GA11156@redhat.com> and follow-ups). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1154683 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -109,11 +109,7 @@ static apr_file_t *readtty = NULL;
|
||||
*/
|
||||
static server_rec *ssl_pphrase_server_rec = NULL;
|
||||
|
||||
#ifdef SSLC_VERSION_NUMBER
|
||||
int ssl_pphrase_Handle_CB(char *, int, int);
|
||||
#else
|
||||
int ssl_pphrase_Handle_CB(char *, int, int, void *);
|
||||
#endif
|
||||
|
||||
static char *pphrase_array_get(apr_array_header_t *arr, int idx)
|
||||
{
|
||||
@ -649,14 +645,8 @@ static int pipe_get_passwd_cb(char *buf, int length, char *prompt, int verify)
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifdef SSLC_VERSION_NUMBER
|
||||
int ssl_pphrase_Handle_CB(char *buf, int bufsize, int verify)
|
||||
{
|
||||
void *srv = ssl_pphrase_server_rec;
|
||||
#else
|
||||
int ssl_pphrase_Handle_CB(char *buf, int bufsize, int verify, void *srv)
|
||||
{
|
||||
#endif
|
||||
SSLModConfigRec *mc;
|
||||
server_rec *s;
|
||||
apr_pool_t *p;
|
||||
|
Reference in New Issue
Block a user