RT4339: Fix handling of <internal/bn_conf.h>
[openssl.git] / crypto / include / internal / bn_conf.h.in
index 5ebd55d522ee6186fbd3cd937ee3e28729f44c65..e25a435726f99d7fd0d90783fabf6887432d9301 100644 (file)
 #ifndef HEADER_BN_CONF_H
 # define HEADER_BN_CONF_H
 
-# if !defined(OPENSSL_SYS_UEFI)
+/*
+ * The contents of this file are not used in the UEFI build, as
+ * both 32-bit and 64-bit builds are supported from a single run
+ * of the Configure script.
+ */
 
 /* Should we define BN_DIV2W here? */
 
@@ -64,6 +68,5 @@
 {- $config{b64l} ? "#define" : "#undef" -} SIXTY_FOUR_BIT_LONG
 {- $config{b64}  ? "#define" : "#undef" -} SIXTY_FOUR_BIT
 {- $config{b32}  ? "#define" : "#undef" -} THIRTY_TWO_BIT
-# endif
 
 #endif