Use NON_EMPTY_TRANSLATION_UNIT, consistently.
[openssl.git] / crypto / fips_ers.c
index 1788ed288487a7a4935f51af039d49f2d56f3385..ad6935f7fe961cd3e9732c649bb6bda810ec81fb 100644 (file)
@@ -1,7 +1,7 @@
 #include <openssl/opensslconf.h>
 
-#ifdef OPENSSL_FIPS
-# include "fips_err.h"
+#ifndef OPENSSL_FIPS
+NON_EMPTY_TRANSLATION_UNIT
 #else
-static void *dummy = &dummy;
+# include "fips_err.h"
 #endif