aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2023-09-03 15:35:28 +0200
committerJay Berkenbilt <ejb@ql.org>2023-09-03 15:36:13 +0200
commit87765bace9be7d8105b3d148dd389a612299275b (patch)
tree8eab43ac1c2d19e59afa642731d03936b224f039 /ChangeLog
parent2b4dcb33aa3cc130241894df78e2b67bbe5c99b8 (diff)
downloadqpdf-87765bace9be7d8105b3d148dd389a612299275b.tar.zst
Move random number device check to runtime (fixes #1022)
Having it at compile time breaks cross-compilation and isn't really right anyway.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c2bb836..8362c189 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2023-09-03 Jay Berkenbilt <ejb@ql.org>
+
+ * Move check for random number device to runtime instead of
+ compile time. Since, by default, the crypto provider provides
+ random numbers, runtime determinination of a random number device
+ is usually not needed. Fixes #1022.
+
2023-09-02 Jay Berkenbilt <ejb@ql.org>
* Bug fix from M. Holger: allow fix-qdf to read from pipe. Fixes #1010.