Avoid "initializer not constant" errors when compiling in pedantic mode.
This commit is contained in:
parent
9e7459fc5d
commit
3edad44d6e
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user