Richard Levitte e38da82047 Remove OPENSSL_NO_STDIO guards around certain SSL cert/key functions
These functions are:

    SSL_use_certificate_file
    SSL_use_RSAPrivateKey_file
    SSL_use_PrivateKey_file
    SSL_CTX_use_certificate_file
    SSL_CTX_use_RSAPrivateKey_file
    SSL_CTX_use_PrivateKey_file
    SSL_use_certificate_chain_file

Internally, they use BIO_s_file(), which is defined and implemented at
all times, even when OpenSSL is configured no-stdio.

Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-08-05 21:18:15 +02:00
..
2016-07-29 14:09:57 +01:00
2016-06-29 09:56:39 -04:00
2016-05-17 14:19:19 -04:00
2016-05-17 14:19:19 -04:00
2016-08-04 20:56:23 +01:00
2016-05-17 14:19:19 -04:00
2016-06-22 00:26:10 +02:00
2016-06-29 09:56:39 -04:00
2016-05-17 14:19:19 -04:00
2016-06-22 00:26:10 +02:00
2016-05-17 14:19:19 -04:00
2016-05-17 14:19:19 -04:00
2016-05-17 14:19:19 -04:00