8131665: Bad exception message in HandshakeHash.getFinishedHash
Reviewed-by: xuelei
This commit is contained in:
parent
37836b1f3d
commit
d2ce08a27a
@ -355,7 +355,7 @@ final class HandshakeHash {
|
||||
try {
|
||||
return cloneDigest(finMD).digest();
|
||||
} catch (Exception e) {
|
||||
throw new Error("BAD");
|
||||
throw new Error("Error during hash calculation", e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user