Skip to content

Commit 3510ea4

Browse files
authored
Merge pull request #6656 from JacobBarthelmeh/sanitizer
conversion warning flagged on Windows test builds
2 parents 67913b5 + 7c11c0f commit 3510ea4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ssl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13763,7 +13763,7 @@ int wolfSSL_GetSessionFromCache(WOLFSSL* ssl, WOLFSSL_SESSION* output)
1376313763
TlsSessionCacheUnlockRow(row);
1376413764
/* Attempt to get a write lock */
1376513765
error = TlsSessionCacheGetAndWrLock(id, &wrSess, &row,
13766-
ssl->options.side);
13766+
(byte)ssl->options.side);
1376713767
if (error == 0 && wrSess != NULL) {
1376813768
EvictSessionFromCache(wrSess);
1376913769
TlsSessionCacheUnlockRow(row);

0 commit comments

Comments
 (0)