diff options
author | beck <> | 2014-05-29 18:27:52 +0000 |
---|---|---|
committer | beck <> | 2014-05-29 18:27:52 +0000 |
commit | 4327b50dba2fee1f5f80fb82c9e8af6c4e5c1f66 (patch) | |
tree | ca968a1e03b93576c57aab8158bdc988383fd13a /src/lib/libssl/ssl.h | |
parent | 4b16b4eb75628208ef991b55d5625a36adc0d6fd (diff) | |
download | openbsd-4327b50dba2fee1f5f80fb82c9e8af6c4e5c1f66.tar.gz openbsd-4327b50dba2fee1f5f80fb82c9e8af6c4e5c1f66.tar.bz2 openbsd-4327b50dba2fee1f5f80fb82c9e8af6c4e5c1f66.zip |
Any sane platform has stdio. Stop pretending we will ever use a platform
that does not.
"fire bomb" tedu@
Diffstat (limited to 'src/lib/libssl/ssl.h')
-rw-r--r-- | src/lib/libssl/ssl.h | 2 |
1 files changed, 0 insertions, 2 deletions
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); | |||
1627 | int SSL_use_certificate(SSL *ssl, X509 *x); | 1627 | int SSL_use_certificate(SSL *ssl, X509 *x); |
1628 | int SSL_use_certificate_ASN1(SSL *ssl, const unsigned char *d, int len); | 1628 | int SSL_use_certificate_ASN1(SSL *ssl, const unsigned char *d, int len); |
1629 | 1629 | ||
1630 | #ifndef OPENSSL_NO_STDIO | ||
1631 | int SSL_use_RSAPrivateKey_file(SSL *ssl, const char *file, int type); | 1630 | int SSL_use_RSAPrivateKey_file(SSL *ssl, const char *file, int type); |
1632 | int SSL_use_PrivateKey_file(SSL *ssl, const char *file, int type); | 1631 | int SSL_use_PrivateKey_file(SSL *ssl, const char *file, int type); |
1633 | int SSL_use_certificate_file(SSL *ssl, const char *file, int type); | 1632 | 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, | |||
1640 | const char *file); | 1639 | const char *file); |
1641 | int SSL_add_dir_cert_subjects_to_stack(STACK_OF(X509_NAME) *stackCAs, | 1640 | int SSL_add_dir_cert_subjects_to_stack(STACK_OF(X509_NAME) *stackCAs, |
1642 | const char *dir); | 1641 | const char *dir); |
1643 | #endif | ||
1644 | 1642 | ||
1645 | void SSL_load_error_strings(void ); | 1643 | void SSL_load_error_strings(void ); |
1646 | const char *SSL_state_string(const SSL *s); | 1644 | const char *SSL_state_string(const SSL *s); |