From: Richard Levitte Date: Tue, 20 Feb 2001 13:24:23 +0000 (+0000) Subject: DEC C on VMS is pedantic by definition. X-Git-Tag: OpenSSL_0_9_6a-beta1~23^2~49 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=56a6ccc84f0412c471e0c37d00dc867bdbc1a51c;ds=inline DEC C on VMS is pedantic by definition. --- diff --git a/crypto/ebcdic.c b/crypto/ebcdic.c index 31397b2add..eb46054433 100644 --- a/crypto/ebcdic.c +++ b/crypto/ebcdic.c @@ -211,7 +211,8 @@ ascii2ebcdic(void *dest, const void *srce, size_t count) } #else /*CHARSET_EBCDIC*/ -#ifdef PEDANTIC +#include +#if defined(PEDANTIC) || defined(OPENSSL_SYS_VMS) static void *dummy=&dummy; #endif #endif