summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_cert.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/ssl_cert.c')
-rw-r--r--src/lib/libssl/ssl_cert.c2
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.