Add digest.h and protocol digest classes

This commit is contained in:
Vinnie Falco
2015-06-22 10:10:46 -07:00
parent c955c03197
commit 63d438c979
6 changed files with 262 additions and 0 deletions

View File

@@ -187,4 +187,9 @@
#define RIPPLE_ENABLE_MULTI_SIGN 0
#endif
// Uses OpenSSL instead of alternatives
#ifndef RIPPLE_USE_OPENSSL
#define RIPPLE_USE_OPENSSL 0
#endif
#endif