diff options
Diffstat (limited to 'lib/libssl/src/crypto/conf/conf_def.c')
-rw-r--r-- | lib/libssl/src/crypto/conf/conf_def.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libssl/src/crypto/conf/conf_def.c b/lib/libssl/src/crypto/conf/conf_def.c index 32d47458a0d..39e8b8e5210 100644 --- a/lib/libssl/src/crypto/conf/conf_def.c +++ b/lib/libssl/src/crypto/conf/conf_def.c @@ -186,11 +186,7 @@ static int def_load(CONF *conf, const char *name, long *line) int ret; BIO *in=NULL; -#ifdef OPENSSL_SYS_VMS - in=BIO_new_file(name, "r"); -#else in=BIO_new_file(name, "rb"); -#endif if (in == NULL) { if (ERR_GET_REASON(ERR_peek_last_error()) == BIO_R_NO_SUCH_FILE) |