Skip to content

Commit aa52ea4

Browse files
committed
Infer fixes for WolfSSLSocket
1 parent 749ee6e commit aa52ea4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/java/com/wolfssl/provider/jsse/WolfSSLSocket.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1781,7 +1781,7 @@ public synchronized SSLParameters getSSLParameters() {
17811781
* @throws SSLException if native JNI call fails or underlying
17821782
* WolfSSLSession has been freed
17831783
*/
1784-
public boolean sessionResumed() throws SSLException {
1784+
public synchronized boolean sessionResumed() throws SSLException {
17851785
if (this.ssl != null) {
17861786
try {
17871787
int resume = this.ssl.sessionReused();

0 commit comments

Comments
 (0)