Changeset 85121 in vbox for trunk/src/VBox/Runtime/common/crypto/key-file.cpp
- Timestamp:
- Jul 8, 2020 7:33:26 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/crypto/key-file.cpp
r82968 r85121 50 50 #ifdef IPRT_WITH_OPENSSL 51 51 # include "internal/iprt-openssl.h" 52 # include "openssl/evp.h" 52 # include "internal/openssl-pre.h" 53 # include <openssl/evp.h> 54 # include "internal/openssl-post.h" 53 55 # ifndef OPENSSL_VERSION_NUMBER 54 56 # error "Missing OPENSSL_VERSION_NUMBER!"
Note:
See TracChangeset
for help on using the changeset viewer.