We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 248f4bd commit d784651Copy full SHA for d784651
1 file changed
src/main/java/org/jruby/ext/openssl/PKeyDSA.java
@@ -681,8 +681,6 @@ private void generateKeyInternal() {
681
this.privateKey = (DSAPrivateKey) SecurityHelper.getKeyFactory("DSA").generatePrivate(spec);
682
}
683
catch (InvalidKeySpecException e) {
684
- e.printStackTrace();
685
-
686
throw newDSAError(getRuntime(), "invalid keyspec", e);
687
688
catch (NoSuchAlgorithmException e) {
0 commit comments