- Timestamp:
- Sep 17, 2018 2:47:59 PM (6 years ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r74295 r74312 414 414 common/crypto/store-inmem.cpp \ 415 415 common/crypto/store-cert-add-basic.cpp \ 416 common/crypto/RTCrPkcs5Pbkdf2Hmac-openssl.cpp \ 417 common/crypto/RTCrRandBytes-openssl.cpp \ 416 418 common/crypto/RTCrStoreCertAddFromJavaKeyStore.cpp \ 417 419 common/crypto/RTCrStoreCertAddWantedFromFishingExpedition.cpp \ -
trunk/src/VBox/Runtime/common/crypto/ssl-openssl.cpp
r74302 r74312 86 86 *phSsl = NIL_RTCRSSL; 87 87 AssertReturn(!fFlags, VERR_INVALID_FLAGS); 88 89 SSL_library_init(); 88 90 89 91 /*
Note:
See TracChangeset
for help on using the changeset viewer.