We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67913b5 + 7c11c0f commit 3510ea4Copy full SHA for 3510ea4
1 file changed
src/ssl.c
@@ -13763,7 +13763,7 @@ int wolfSSL_GetSessionFromCache(WOLFSSL* ssl, WOLFSSL_SESSION* output)
13763
TlsSessionCacheUnlockRow(row);
13764
/* Attempt to get a write lock */
13765
error = TlsSessionCacheGetAndWrLock(id, &wrSess, &row,
13766
- ssl->options.side);
+ (byte)ssl->options.side);
13767
if (error == 0 && wrSess != NULL) {
13768
EvictSessionFromCache(wrSess);
13769
0 commit comments