Use NON_EMPTY_TRANSLATION_UNIT, consistently.
[openssl.git] / crypto / ec / ecp_nistp521.c
index 4fff85a7e68f8f90fac3e776d0fdca14dbc2b1c5..de61a8ab5e4abb6a9170368ab7c1381b3c279439 100644 (file)
@@ -26,7 +26,9 @@
  */
 
 #include <openssl/opensslconf.h>
-#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
+#ifdef OPENSSL_NO_EC_NISTP_64_GCC_128
+NON_EMPTY_TRANSLATION_UNIT
+#else
 
 # ifndef OPENSSL_SYS_VMS
 #  include <stdint.h>
@@ -2106,6 +2108,4 @@ int ec_GFp_nistp521_have_precompute_mult(const EC_GROUP *group)
     return HAVEPRECOMP(group, nistp521);
 }
 
-#else
-static void *dummy = &dummy;
 #endif