From e34fca619d8a75f3b67d59d45cdd9db4da2342e6 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Tue, 7 Oct 2014 00:30:44 +0000 Subject: Drop prototypes patch, apparently not needed upstream --- Cryptlib/OpenSSL/crypto/conf/conf_lib.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'Cryptlib/OpenSSL/crypto/conf/conf_lib.c') diff --git a/Cryptlib/OpenSSL/crypto/conf/conf_lib.c b/Cryptlib/OpenSSL/crypto/conf/conf_lib.c index 7f54d3d8..2a3399d2 100755 --- a/Cryptlib/OpenSSL/crypto/conf/conf_lib.c +++ b/Cryptlib/OpenSSL/crypto/conf/conf_lib.c @@ -92,12 +92,10 @@ LHASH *CONF_load(LHASH *conf, const char *file, long *eline) LHASH *ltmp; BIO *in=NULL; -#ifndef OPENSSL_NO_STDIO #ifdef OPENSSL_SYS_VMS in=BIO_new_file(file, "r"); #else in=BIO_new_file(file, "rb"); -#endif #endif if (in == NULL) { -- cgit v1.2.3