DEC C on VMS is pedantic by definition.
authorRichard Levitte <levitte@openssl.org>
Tue, 20 Feb 2001 13:06:55 +0000 (13:06 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 20 Feb 2001 13:06:55 +0000 (13:06 +0000)
ssl/kssl.c

index b3791b32aa4896b4828f0e7ce2b8ae76b851eb86..a8b7cc4cc839bc82f065f31a721c8035c1c046f1 100644 (file)
@@ -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