aboutsummaryrefslogtreecommitdiffstats
path: root/engines/e_cswift.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-10-11 18:21:40 +0000
committerRichard Levitte <levitte@openssl.org>2002-10-11 18:21:40 +0000
commitfbd78b5c08c7e0b3a99648d0041d82c8a5c1ef5e (patch)
treec6b3f5ceddecf4daf443da5e0a6d9d8b5ce348a9 /engines/e_cswift.c
parentfbcd0da5973c053a30545dac1a791577fb92f73f (diff)
downloadopenssl-fbd78b5c08c7e0b3a99648d0041d82c8a5c1ef5e.tar.gz
Step 8 of move of engines: Remove the last little quirks.
DECIMAL_SIZE is copied from crypto/cryptlib.h.
Diffstat (limited to 'engines/e_cswift.c')
-rw-r--r--engines/e_cswift.c2
1 files changed, 2 insertions, 0 deletions
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);