From b0938d70f3ffe77435afcc5e9a7bc9dfb2857991 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Fri, 24 May 2019 11:48:27 +0200 Subject: [PATCH] remove obsolete comment --- tommath.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tommath.h b/tommath.h index 51efb6e..a420f5b 100644 --- a/tommath.h +++ b/tommath.h @@ -81,9 +81,7 @@ typedef uint64_t private_mp_word; */ # define MP_DIGIT_BIT 31 # else -/* default case is 28-bit digits, defines MP_28BIT as a handy macro to test - * this is to make porting into LibTomCrypt easier :-) - */ +/* default case is 28-bit digits, defines MP_28BIT as a handy macro to test */ # define MP_DIGIT_BIT 28 # define MP_28BIT # endif