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