Fix "wierd" typo as submitted by Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>.
[openssl.git] / ssl / kssl.c
index 012f7a1247bc0ae1e4099b079b5047b9a8f11aad..fe7f4ebe5e75494f30bcf47bea801c8654658a9d 100644 (file)
@@ -1030,5 +1030,11 @@ void kssl_krb5_free_data_contents(krb5_context context, krb5_data *data)
 #endif
        }
 
-#endif /* NO_KRB5      */
+#else /* !NO_KRB5 */
+
+#ifdef PEDANTIC
+static int dummy=(int)&dummy;
+#endif
+
+#endif /* !NO_KRB5     */