summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-06-09 10:19:53 +0000
committerBen Laurie <ben@openssl.org>1999-06-09 10:19:53 +0000
commit233bf734d3dc2033ab24578fa9bf83a1e8e6b97e (patch)
treee37ede56026f8e95a30bcc91b2b04e07e94218f2 /CHANGES
parent9fe6729b46f770a3f14671366ed77e75f074d8a4 (diff)
Make "make test" fail if bntest fails an internal selfcheck.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index fd6f2a2d36..a4ae465508 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,12 @@
Changes between 0.9.3a and 0.9.4
+ *) When bntest is run from "make test" it drives bc to check its
+ calculations, as well as internally checking them. If an internal check
+ fails, it needs to cause bc to give a non-zero result or make test carries
+ on without noticing the failure. Fixed.
+ [Ben Laurie]
+
*) DES library cleanups.
[Ulf Möller]