提交 0ce8aca0 编写于 作者: C coffeys

8131665: Bad exception message in HandshakeHash.getFinishedHash

Reviewed-by: xuelei
上级 9b75bf32
...@@ -246,7 +246,7 @@ final class HandshakeHash { ...@@ -246,7 +246,7 @@ final class HandshakeHash {
try { try {
return cloneDigest(finMD).digest(); return cloneDigest(finMD).digest();
} catch (Exception e) { } catch (Exception e) {
throw new Error("BAD"); throw new Error("Error during hash calculation", e);
} }
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册