Skip to content

Commit 7c11c0f

Browse files
conversion warning flagged on Windows test builds
1 parent 8d77090 commit 7c11c0f

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)