Skip to content

Commit

Permalink
re-added outdated get1Session
Browse files Browse the repository at this point in the history
  • Loading branch information
gasbytes committed Oct 31, 2024
1 parent d01d97d commit 1fe94d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/java/com/wolfssl/WolfSSLSession.java
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ private native int read(long ssl, byte[] data, int offset, int sz,
private native int getError(long ssl, int ret);
private native int setSession(long ssl, long session);
private native long getSession(long ssl);
private native long get1Session(long ssl);
private static native int wolfsslSessionIsSetup(long ssl);
private static native int wolfsslSessionIsResumable(long ssl);
private static native long wolfsslSessionDup(long session);
Expand Down

0 comments on commit 1fe94d2

Please sign in to comment.