forked from wolfSSL/wolfssl
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);
|
TlsSessionCacheUnlockRow(row);
|
||||||
/* Attempt to get a write lock */
|
/* Attempt to get a write lock */
|
||||||
error = TlsSessionCacheGetAndWrLock(id, &wrSess, &row,
|
error = TlsSessionCacheGetAndWrLock(id, &wrSess, &row,
|
||||||
ssl->options.side);
|
(byte)ssl->options.side);
|
||||||
if (error == 0 && wrSess != NULL) {
|
if (error == 0 && wrSess != NULL) {
|
||||||
EvictSessionFromCache(wrSess);
|
EvictSessionFromCache(wrSess);
|
||||||
TlsSessionCacheUnlockRow(row);
|
TlsSessionCacheUnlockRow(row);
|
||||||
|
Reference in New Issue
Block a user