General tidy up of existing code, and add first half of DSA support for

CryptoSwift (this currently only does signing, verification will be
hooked in shortly).
This commit is contained in:
Geoff Thorpe
2000-05-29 10:59:46 +00:00
parent 67e08eb185
commit a26f2b5e62
3 changed files with 155 additions and 22 deletions

View File

@@ -252,6 +252,7 @@ void ERR_load_ENGINE_strings(void);
/* Error codes for the ENGINE functions. */
/* Function codes. */
#define ENGINE_F_CSWIFT_DSA_SIGN 133
#define ENGINE_F_CSWIFT_FINISH 100
#define ENGINE_F_CSWIFT_INIT 101
#define ENGINE_F_CSWIFT_MOD_EXP 102