Added LibreSSL as an alternative to OpenSSL. Needs more testing! (0.38.16)
This commit is contained in:
parent
d1d4adbf2c
commit
3e0d47a268
35 changed files with 677 additions and 38 deletions
|
|
@ -173,6 +173,10 @@ static const char *opcode_name(OpCode op) {
|
|||
case OP_OPENSSL_SHA256: return "OPENSSL_SHA256";
|
||||
case OP_OPENSSL_SHA512: return "OPENSSL_SHA512";
|
||||
case OP_OPENSSL_RIPEMD160: return "OPENSSL_RIPEMD160";
|
||||
case OP_LIBRESSL_MD5: return "LIBRESSL_MD5";
|
||||
case OP_LIBRESSL_SHA256: return "LIBRESSL_SHA256";
|
||||
case OP_LIBRESSL_SHA512: return "LIBRESSL_SHA512";
|
||||
case OP_LIBRESSL_RIPEMD160: return "LIBRESSL_RIPEMD160";
|
||||
case OP_INI_LOAD: return "INI_LOAD";
|
||||
case OP_INI_FREE: return "INI_FREE";
|
||||
case OP_INI_GET_STRING: return "INI_GET_STRING";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue