Commit fbd78b5c authored by Richard Levitte's avatar Richard Levitte
Browse files

Step 8 of move of engines: Remove the last little quirks.

DECIMAL_SIZE is copied from crypto/cryptlib.h.
parent fbcd0da5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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);