We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3910024 commit 23a9e1bCopy full SHA for 23a9e1b
1 file changed
src/java/com/wolfssl/provider/jsse/WolfSSLProvider.java
@@ -73,8 +73,8 @@ public void errorCallback(int ok, int err, String hash) {
73
* wolfSSL JSSE Provider class
74
*/
75
public WolfSSLProvider() {
76
- super("wolfJSSE", 1.8, "wolfSSL JSSE Provider");
77
- //super("wolfJSSE", "1.8", "wolfSSL JSSE Provider");
+ super("wolfJSSE", 1.10, "wolfSSL JSSE Provider");
+ //super("wolfJSSE", "1.10", "wolfSSL JSSE Provider");
78
79
/* load native wolfSSLJNI library */
80
WolfSSL.loadLibrary();
0 commit comments