Commit 940bef18cd0e1f2e7713c5bd5c769acd58953b65

Steffen Jaeckel 2014-10-14T14:36:38

fix macros

diff --git a/bn_mp_get_long.c b/bn_mp_get_long.c
index 1ea6a85..0bb17ff 100644
--- a/bn_mp_get_long.c
+++ b/bn_mp_get_long.c
@@ -1,5 +1,5 @@
 #include <tommath.h>
-#ifdef BN_MP_GET_INT_C
+#ifdef BN_MP_GET_LONG_C
 /* LibTomMath, multiple-precision integer library -- Tom St Denis
  *
  * LibTomMath is a library that provides multiple-precision
diff --git a/bn_mp_set_long.c b/bn_mp_set_long.c
index 10e63c5..2050e9a 100644
--- a/bn_mp_set_long.c
+++ b/bn_mp_set_long.c
@@ -1,5 +1,5 @@
 #include <tommath.h>
-#ifdef BN_MP_SET_INT_C
+#ifdef BN_MP_SET_LONG_C
 /* LibTomMath, multiple-precision integer library -- Tom St Denis
  *
  * LibTomMath is a library that provides multiple-precision