Changeset 91588 in vbox for trunk/src/VBox
- Timestamp:
- Oct 6, 2021 9:39:48 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/VBox/VBoxRTDeps.cpp
r87235 r91588 49 49 #include <openssl/ssl.h> 50 50 #include <openssl/rand.h> 51 #include <openssl/aes.h> 51 52 #include "internal/openssl-post.h" 52 53 … … 114 115 { (PFNRT)TLSv1_server_method }, 115 116 #endif 117 { (PFNRT)AES_ofb128_encrypt }, /* libtpms */ 116 118 { NULL } 117 119 };
Note:
See TracChangeset
for help on using the changeset viewer.