summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-06-11 11:55:20 +0200
committerBodo Möller <bodo@openssl.org>2001-06-11 11:55:20 +0200
commit8a774dc9a6dd58e2f8a4dc97b6a46d59dc9577a4 (patch)
treea470a05a5aa24fedace99e696db29c70b8dfd3f9 /CHANGES
parentEarlier OpenSSL versions printed prompts to stderr. (diff)
downloadopenssl-8a774dc9a6dd58e2f8a4dc97b6a46d59dc9577a4.tar.xz
openssl-8a774dc9a6dd58e2f8a4dc97b6a46d59dc9577a4.zip
Add directory name to the entry on /crypto/ui/.
Diffstat (limited to '')
-rw-r--r--CHANGES11
1 files changed, 6 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index f3c99b5d2c..0cca19538d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -110,11 +110,12 @@
handling.
[Steve Henson]
- +) Add a general user interface API. This is designed to replace things
- like des_read_password and friends (backward compatibility functions
- using this new API are provided). The purpose is to remove prompting
- functions from the DES code section as well as provide for prompting
- through dialog boxes in a window system and the like.
+ +) Add a general user interface API (crypto/ui/). This is designed
+ to replace things like des_read_password and friends (backward
+ compatibility functions using this new API are provided).
+ The purpose is to remove prompting functions from the DES code
+ section as well as provide for prompting through dialog boxes in
+ a window system and the like.
[Richard Levitte]
*) In versions up to 0.9.6, RAND_file_name() resorted to file ".rnd"