mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +02:00
Merge pull request #6656 from JacobBarthelmeh/sanitizer
conversion warning flagged on Windows test builds
This commit is contained in:
@ -13763,7 +13763,7 @@ int wolfSSL_GetSessionFromCache(WOLFSSL* ssl, WOLFSSL_SESSION* output)
|
||||
TlsSessionCacheUnlockRow(row);
|
||||
/* Attempt to get a write lock */
|
||||
error = TlsSessionCacheGetAndWrLock(id, &wrSess, &row,
|
||||
ssl->options.side);
|
||||
(byte)ssl->options.side);
|
||||
if (error == 0 && wrSess != NULL) {
|
||||
EvictSessionFromCache(wrSess);
|
||||
TlsSessionCacheUnlockRow(row);
|
||||
|
Reference in New Issue
Block a user