From 05fc7018f8d3e33a6aad5073fb09cb6224d128c3 Mon Sep 17 00:00:00 2001 From: Geoff Thorpe Date: Tue, 26 Jul 2005 04:05:03 +0000 Subject: [PATCH 1/1] Fix PEDANTIC compilation, using the same trick as elsewhere. --- ssl/kssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.34.1