Commit 80f5818e0f7d35472c200dc40c09f584b7d2c314

czurnieden 2019-10-16T00:31:43

Addition of BN_MP_LOG_U32 to tommath_superclass.h

diff --git a/tommath_class.h b/tommath_class.h
index ec712d1..209d809 100644
--- a/tommath_class.h
+++ b/tommath_class.h
@@ -750,10 +750,7 @@
 #endif
 
 #if defined(BN_MP_RADIX_SIZE_C)
-#   define BN_MP_CLEAR_C
-#   define BN_MP_GET_L_C
-#   define BN_MP_ILOGB_C
-#   define BN_MP_INIT_C
+#   define BN_MP_LOG_U32_C
 #endif
 
 #if defined(BN_MP_RADIX_SMAP_C)
diff --git a/tommath_superclass.h b/tommath_superclass.h
index d88bce9..bb606b5 100644
--- a/tommath_superclass.h
+++ b/tommath_superclass.h
@@ -28,6 +28,7 @@
 #   define BN_MP_NEG_C
 #   define BN_MP_PRIME_FROBENIUS_UNDERWOOD_C
 #   define BN_MP_RADIX_SIZE_C
+#   define BN_MP_LOG_U32_C
 #   define BN_MP_RAND_C
 #   define BN_MP_REDUCE_C
 #   define BN_MP_REDUCE_2K_L_C