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

DECIMAL_SIZE is copied from crypto/cryptlib.h.
This commit is contained in:
Richard Levitte 2002-10-11 18:21:40 +00:00
parent fbcd0da597
commit fbd78b5c08

View File

@ -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);