Step 8 of move of engines: Remove the last little quirks.
DECIMAL_SIZE is copied from crypto/cryptlib.h.
This commit is contained in:
parent
fbcd0da597
commit
fbd78b5c08
@ -86,6 +86,8 @@
|
|||||||
#define CSWIFT_LIB_NAME "cswift engine"
|
#define CSWIFT_LIB_NAME "cswift engine"
|
||||||
#include "e_cswift_err.c"
|
#include "e_cswift_err.c"
|
||||||
|
|
||||||
|
#define DECIMAL_SIZE(type) ((sizeof(type)*8+2)/3+1)
|
||||||
|
|
||||||
static int cswift_destroy(ENGINE *e);
|
static int cswift_destroy(ENGINE *e);
|
||||||
static int cswift_init(ENGINE *e);
|
static int cswift_init(ENGINE *e);
|
||||||
static int cswift_finish(ENGINE *e);
|
static int cswift_finish(ENGINE *e);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user