Commit 066830ad06249a67b5fa296e027dee57e67f8d15

nijtmans 2019-04-10T15:40:54

Fix surrounding macro

1
2
3
4
5
6
7
8
9
10
11
diff --git a/bn_mp_error_to_string.c b/bn_mp_error_to_string.c
index 274c425..0e2af44 100644
--- a/bn_mp_error_to_string.c
+++ b/bn_mp_error_to_string.c
@@ -1,5 +1,5 @@
 #include "tommath_private.h"
-#ifdef BN_ERROR_C
+#ifdef BN_MP_ERROR_TO_STRING_C
 /* LibTomMath, multiple-precision integer library -- Tom St Denis */
 /* SPDX-License-Identifier: Unlicense */