From: Geoff Thorpe Date: Tue, 26 Jul 2005 04:05:03 +0000 (+0000) Subject: Fix PEDANTIC compilation, using the same trick as elsewhere. X-Git-Tag: OpenSSL_0_9_8k^2~1897 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=05fc7018f8d3e33a6aad5073fb09cb6224d128c3;ds=sidebyside Fix PEDANTIC compilation, using the same trick as elsewhere. --- diff --git a/ssl/kssl.c b/ssl/kssl.c index 553ec186cb..394ef61769 100644 --- a/ssl/kssl.c +++ b/ssl/kssl.c @@ -2177,7 +2177,7 @@ krb5_error_code kssl_build_principal_2( #else /* !OPENSSL_NO_KRB5 */ #if defined(PEDANTIC) || defined(OPENSSL_SYS_VMS) -static int dummy=(int)&dummy; +static void *dummy=&dummy; #endif #endif /* !OPENSSL_NO_KRB5 */