mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
Instead of just checking for OpenVMS, check if DEC C is used, since it's as
picky on all platforms
This commit is contained in:
parent
d009bcbfb6
commit
f19759a182
@ -212,7 +212,7 @@ ascii2ebcdic(void *dest, const void *srce, size_t count)
|
||||
|
||||
#else /*CHARSET_EBCDIC*/
|
||||
#include <openssl/opensslconf.h>
|
||||
#if defined(PEDANTIC) || defined(OPENSSL_SYS_VMS)
|
||||
#if defined(PEDANTIC) || defined(__DECC)
|
||||
static void *dummy=&dummy;
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user