Fix contributor names in ChangeLog
diff --git a/ChangeLog b/ChangeLog
index 5d77df2..a80b975 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -71,7 +71,7 @@
probability (of the order of 2^-n where n is the bitsize of the curve)
unless the RNG is broken, and could result in information disclosure or
denial of service (application crash or extra resource consumption).
- Reported by Peter and Auke (found using static analysis).
+ Found by Auke Zeilstra and Peter Schwabe, using static analysis.
Bugfix
* Fix an unchecked call to mbedtls_md() in the x509write module.