Changeset 74312 in vbox for trunk/src/VBox/Runtime/common/crypto
- Timestamp:
- Sep 17, 2018 2:47:59 PM (6 years ago)
- Location:
- trunk/src/VBox/Runtime/common/crypto
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.