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_cert.c | |
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_cert.c')
-rw-r--r-- | src/lib/libssl/ssl_cert.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_cert.c b/src/lib/libssl/ssl_cert.c index f506ae685f..c4099ca24f 100644 --- a/src/lib/libssl/ssl_cert.c +++ b/src/lib/libssl/ssl_cert.c | |||
@@ -589,7 +589,6 @@ xname_cmp(const X509_NAME * const *a, const X509_NAME * const *b) | |||
589 | return (X509_NAME_cmp(*a, *b)); | 589 | return (X509_NAME_cmp(*a, *b)); |
590 | } | 590 | } |
591 | 591 | ||
592 | #ifndef OPENSSL_NO_STDIO | ||
593 | /*! | 592 | /*! |
594 | * Load CA certs from a file into a ::STACK. Note that it is somewhat misnamed; | 593 | * Load CA certs from a file into a ::STACK. Note that it is somewhat misnamed; |
595 | * it doesn't really have anything to do with clients (except that a common use | 594 | * it doesn't really have anything to do with clients (except that a common use |
@@ -657,7 +656,6 @@ err: | |||
657 | ERR_clear_error(); | 656 | ERR_clear_error(); |
658 | return (ret); | 657 | return (ret); |
659 | } | 658 | } |
660 | #endif | ||
661 | 659 | ||
662 | /*! | 660 | /*! |
663 | * Add a file of certs to a stack. | 661 | * Add a file of certs to a stack. |