Avoid "initializer not constant" errors when compiling in pedantic mode.

This commit is contained in:
Dr. Stephen Henson 2008-04-02 11:15:05 +00:00
parent 9e7459fc5d
commit 3edad44d6e

View File

@ -2196,7 +2196,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 */