This was our first compatibility pattern but we are not preserving it, it seems
irrelevant since the death of 16 bit Windows object files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1783432 13f79535-47bb-0310-9956-
ffa450edef68
unsigned long err;
STACK_OF(X509) *other_certs = NULL;
-#if OPENSSL_VERSION_NUMBER < 0x10100000L
- if ((bio = BIO_new(BIO_s_file_internal())) == NULL)
-#else
if ((bio = BIO_new(BIO_s_file())) == NULL)
-#endif
return NULL;
if (BIO_read_filename(bio, file) <= 0) {
BIO_free(bio);