From fbd78b5c08c7e0b3a99648d0041d82c8a5c1ef5e Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 11 Oct 2002 18:21:40 +0000 Subject: [PATCH] Step 8 of move of engines: Remove the last little quirks. DECIMAL_SIZE is copied from crypto/cryptlib.h. --- engines/e_cswift.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engines/e_cswift.c b/engines/e_cswift.c index 23d7919da0..2ed9357f13 100644 --- a/engines/e_cswift.c +++ b/engines/e_cswift.c @@ -86,6 +86,8 @@ #define CSWIFT_LIB_NAME "cswift engine" #include "e_cswift_err.c" +#define DECIMAL_SIZE(type) ((sizeof(type)*8+2)/3+1) + static int cswift_destroy(ENGINE *e); static int cswift_init(ENGINE *e); static int cswift_finish(ENGINE *e); -- 2.40.0