From 4327b50dba2fee1f5f80fb82c9e8af6c4e5c1f66 Mon Sep 17 00:00:00 2001 From: beck <> Date: Thu, 29 May 2014 18:27:52 +0000 Subject: Any sane platform has stdio. Stop pretending we will ever use a platform that does not. "fire bomb" tedu@ --- src/lib/libssl/ssl.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib/libssl/ssl.h') diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h index 69c0bb00e2..31bc197b54 100644 --- a/src/lib/libssl/ssl.h +++ b/src/lib/libssl/ssl.h @@ -1627,7 +1627,6 @@ int SSL_use_PrivateKey_ASN1(int pk, SSL *ssl, const unsigned char *d, long len); int SSL_use_certificate(SSL *ssl, X509 *x); int SSL_use_certificate_ASN1(SSL *ssl, const unsigned char *d, int len); -#ifndef OPENSSL_NO_STDIO int SSL_use_RSAPrivateKey_file(SSL *ssl, const char *file, int type); int SSL_use_PrivateKey_file(SSL *ssl, const char *file, int type); int SSL_use_certificate_file(SSL *ssl, const char *file, int type); @@ -1640,7 +1639,6 @@ int SSL_add_file_cert_subjects_to_stack(STACK_OF(X509_NAME) *stackCAs, const char *file); int SSL_add_dir_cert_subjects_to_stack(STACK_OF(X509_NAME) *stackCAs, const char *dir); -#endif void SSL_load_error_strings(void ); const char *SSL_state_string(const SSL *s); -- cgit v1.2.3-55-g6feb