aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.0_9_7-stable_not-in-head
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2005-04-26 23:11:05 +0000
committerBodo Möller <bodo@openssl.org>2005-04-26 23:11:05 +0000
commit11c9b7cfeb90bbcde249d4d20e7f48fcea14c4b7 (patch)
tree67b0defeba0b50d453ee8724ec85ec89e18a259c /ChangeLog.0_9_7-stable_not-in-head
parentb08868c48a3b6c6130bd79e4ed4b422a8b9b00b9 (diff)
downloadopenssl-11c9b7cfeb90bbcde249d4d20e7f48fcea14c4b7.zip
openssl-11c9b7cfeb90bbcde249d4d20e7f48fcea14c4b7.tar.gz
openssl-11c9b7cfeb90bbcde249d4d20e7f48fcea14c4b7.tar.bz2
"PS" to Steve's commit (Port prime utility across from stable branch).
Diffstat (limited to 'ChangeLog.0_9_7-stable_not-in-head')
-rw-r--r--ChangeLog.0_9_7-stable_not-in-head24
1 files changed, 0 insertions, 24 deletions
diff --git a/ChangeLog.0_9_7-stable_not-in-head b/ChangeLog.0_9_7-stable_not-in-head
index 73c38c8..5880e31 100644
--- a/ChangeLog.0_9_7-stable_not-in-head
+++ b/ChangeLog.0_9_7-stable_not-in-head
@@ -675,15 +675,6 @@ be added to the end of this file.
Make make tags make tags.
-2004-06-19 15:54 ben
-
- Changed:
- apps/Makefile (1.1.4.3), "Exp", lines: +3 -3
- apps/prime.c (1.1.2.1), "Exp", lines: +115 -0
- apps/progs.h (1.26.2.3), "Exp", lines: +2 -0
-
- Add primality tester.
-
2004-06-21 20:05 levitte
Changed:
@@ -772,21 +763,6 @@ be added to the end of this file.
The use of "exp" as a variable name in a prototype causes a
conflict with FC2 headers.
-2004-11-27 13:55 steve
-
- Changed:
- apps/prime.c (1.1.2.3), "Exp", lines: +28 -17
-
- Fix leaks and give an error if no argument specified in prime.c
-
-2004-11-27 14:02 steve
-
- Changed:
- apps/prime.c (1.1.2.4), "Exp", lines: +7 -8
-
- Remove unnecessary check and call BIO_free_all() on bio_out to
- avoid a leak on VMS.
-
2004-12-09 19:00 appro
Changed: