提交 b9a354d0 编写于 作者: R Richard Levitte

Revert "Check on VMS as well"

This reverts commit f6d76598.
Reviewed-by: NAndy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6033)
上级 39e32be1
...@@ -620,7 +620,7 @@ int opt_next(void) ...@@ -620,7 +620,7 @@ int opt_next(void)
unsigned long ulval; unsigned long ulval;
ossl_intmax_t imval; ossl_intmax_t imval;
ossl_uintmax_t umval; ossl_uintmax_t umval;
#if !defined(_WIN32) #if !defined(_WIN32) && !defined(__VMS)
char *c; char *c;
int oerrno; int oerrno;
#endif #endif
...@@ -694,7 +694,7 @@ int opt_next(void) ...@@ -694,7 +694,7 @@ int opt_next(void)
return -1; return -1;
case '>': case '>':
/* Output file. */ /* Output file. */
#if !defined(_WIN32) #if !defined(_WIN32) && !defined(__VMS)
c = OPENSSL_strdup(arg); c = OPENSSL_strdup(arg);
if (c == NULL) { if (c == NULL) {
BIO_printf(bio_err, BIO_printf(bio_err,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册