diff options
| author | Steve Langasek <steve.langasek@canonical.com> | 2014-10-07 09:40:06 -0700 |
|---|---|---|
| committer | Steve Langasek <steve.langasek@canonical.com> | 2014-10-07 09:40:06 -0700 |
| commit | 172647da18bb3017f2a532b86d8083559081e017 (patch) | |
| tree | 18664982d411161f632081dc0c91ebbaf1e8a569 /Cryptlib/OpenSSL/crypto/conf/conf_def.c | |
| parent | db8383ad9f77dece4f6864834b11c904661eb580 (diff) | |
| download | efi-boot-shim-172647da18bb3017f2a532b86d8083559081e017.tar.gz efi-boot-shim-172647da18bb3017f2a532b86d8083559081e017.zip | |
Restore debian/patches/prototypes, which still is needed on shim 0.7
but only detected on the buildds.
Diffstat (limited to 'Cryptlib/OpenSSL/crypto/conf/conf_def.c')
| -rw-r--r--[-rwxr-xr-x] | Cryptlib/OpenSSL/crypto/conf/conf_def.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Cryptlib/OpenSSL/crypto/conf/conf_def.c b/Cryptlib/OpenSSL/crypto/conf/conf_def.c index 3c58936d..f6082fbc 100755..100644 --- a/Cryptlib/OpenSSL/crypto/conf/conf_def.c +++ b/Cryptlib/OpenSSL/crypto/conf/conf_def.c @@ -186,11 +186,13 @@ static int def_load(CONF *conf, const char *name, long *line) int ret; BIO *in=NULL; +#ifndef OPENSSL_NO_STDIO #ifdef OPENSSL_SYS_VMS in=BIO_new_file(name, "r"); #else in=BIO_new_file(name, "rb"); #endif +#endif if (in == NULL) { if (ERR_GET_REASON(ERR_peek_last_error()) == BIO_R_NO_SUCH_FILE) |
