On OpenBSD, use arc4random_buf() instead of rand() to prevent warnings
diff --git a/ChangeLog b/ChangeLog
index cddf071..d7d7004 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -52,6 +52,7 @@
    * Improve interoperability by not writing extension length in ClientHello
      when no extensions are present (found by Matthew Page)
    * rsa_check_pubkey() now allows an E up to N
+   * On OpenBSD, use arc4random_buf() instead of rand() to prevent warnings
 
 = Version 1.2.10 released 2013-10-07
 Changes