mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8257734: Extraneous output in HmacSHA3_512 constructor
Reviewed-by: ascarpino
This commit is contained in:
parent
f83fd4acb4
commit
49f9e57715
1 changed files with 0 additions and 1 deletions
|
@ -334,7 +334,6 @@ abstract class HmacCore extends MacSpi implements Cloneable {
|
|||
public static final class HmacSHA3_512 extends HmacCore {
|
||||
public HmacSHA3_512() throws NoSuchAlgorithmException {
|
||||
super("SHA3-512", 72);
|
||||
System.out.println(AlgorithmId.get("HmacSHA3-512"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue