Skip to content

Commit 23a9e1b

Browse files
committed
bump version to 1.10 in WolfSSLProvider.java
1 parent 3910024 commit 23a9e1b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ public void errorCallback(int ok, int err, String hash) {
7373
* wolfSSL JSSE Provider class
7474
*/
7575
public WolfSSLProvider() {
76-
super("wolfJSSE", 1.8, "wolfSSL JSSE Provider");
77-
//super("wolfJSSE", "1.8", "wolfSSL JSSE Provider");
76+
super("wolfJSSE", 1.10, "wolfSSL JSSE Provider");
77+
//super("wolfJSSE", "1.10", "wolfSSL JSSE Provider");
7878

7979
/* load native wolfSSLJNI library */
8080
WolfSSL.loadLibrary();

0 commit comments

Comments
 (0)