From: Richard Levitte Date: Tue, 20 Feb 2001 13:06:55 +0000 (+0000) Subject: DEC C on VMS is pedantic by definition. X-Git-Tag: OpenSSL-engine-0_9_6a-beta1~9^5~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32d0ad41a4e50350482cb860f7f7f3c9bf373cf8;p=openssl DEC C on VMS is pedantic by definition. --- diff --git a/ssl/kssl.c b/ssl/kssl.c index b3791b32aa..a8b7cc4cc8 100644 --- a/ssl/kssl.c +++ b/ssl/kssl.c @@ -1033,7 +1033,7 @@ void kssl_krb5_free_data_contents(krb5_context context, krb5_data *data) #else /* !OPENSSL_NO_KRB5 */ -#ifdef PEDANTIC +#if defined(PEDANTIC) || defined(OPENSSL_SYS_VMS) static int dummy=(int)&dummy; #endif