提交 fbd78b5c 编写于 作者: R Richard Levitte

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

DECIMAL_SIZE is copied from crypto/cryptlib.h.
上级 fbcd0da5
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册