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