Changeset 105339 in vbox for trunk/src/libs/openssl-3.1.5/crypto/threads_iprt.c
- Timestamp:
- Jul 16, 2024 8:25:18 AM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/openssl-3.1.5/crypto/threads_iprt.c
r104078 r105339 177 177 * Wrapper that calls the @a init function given CRYPTO_THREAD_run_once().} 178 178 */ 179 static int32_tcryptoThreadRunOnceWrapper(void *pvUser)179 static DECLCALLBACK(int32_t) cryptoThreadRunOnceWrapper(void *pvUser) 180 180 { 181 181 void (*pfnInit)(void) = (void (*)(void))pvUser;
Note:
See TracChangeset
for help on using the changeset viewer.