Changeset 61892 in vbox for trunk/src/VBox/Runtime/common/crypto
- Timestamp:
- Jun 27, 2016 11:18:32 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/crypto/digest-builtin.cpp
r61891 r61892 653 653 RTDIGESTTYPE_UNKNOWN, 654 654 EVP_MAX_MD_SIZE, 655 0, 655 # if OPENSSL_VERSION_NUMBER >= 0x10100000 656 0, 657 # else 658 sizeof(EVP_MD_CTX), 659 # endif 656 660 0, 657 661 # if OPENSSL_VERSION_NUMBER >= 0x10100000
Note:
See TracChangeset
for help on using the changeset viewer.