summaryrefslogtreecommitdiffstats
path: root/ssl/kssl.c
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2005-07-26 06:05:03 +0200
committerGeoff Thorpe <geoff@openssl.org>2005-07-26 06:05:03 +0200
commit05fc7018f8d3e33a6aad5073fb09cb6224d128c3 (patch)
tree774f9f750bdcbc1caf9f045950ec61a1b71ddb90 /ssl/kssl.c
parentFix 64-bit compilation when PQ_64BIT_IS_INTEGER isn't defined. (diff)
downloadopenssl-05fc7018f8d3e33a6aad5073fb09cb6224d128c3.tar.xz
openssl-05fc7018f8d3e33a6aad5073fb09cb6224d128c3.zip
Fix PEDANTIC compilation, using the same trick as elsewhere.
Diffstat (limited to 'ssl/kssl.c')
-rw-r--r--ssl/kssl.c2
1 files changed, 1 insertions, 1 deletions
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 */