Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/STATUS
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-05-17 12:17:30 +0400
committerBodo Möller <bodo@openssl.org>1999-05-17 12:17:30 +0400
commit8e93f12ee8f9fa6f4ea239f0c2eccff6ec10356b (patch)
tree01a717c82e257b64bd8d80e8440526b843ae140c /STATUS
parent4aeb94b80173c25fbf2f01eef8c4764a4bdfecf2 (diff)
Clarification.
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS6
1 files changed, 4 insertions, 2 deletions
diff --git a/STATUS b/STATUS
index 07f48955c2..8e5510a4a8 100644
--- a/STATUS
+++ b/STATUS
@@ -1,6 +1,6 @@
OpenSSL STATUS Last modified at
- ______________ $Date: 1999/05/14 11:50:46 $
+ ______________ $Date: 1999/05/17 08:17:30 $
DEVELOPMENT STATE
@@ -74,7 +74,9 @@
<29E0A6D39ABED111A36000A0C99609CA2C2BA4@macertco-srv1.ma.certco.com>
o [ Compilation warnings: ctype-related int vs. char ]
=> now casts (unsigned char), maybe those arrays should have
- members of that type rather than plain char.
+ members of that type rather than plain char (i.e.
+ unsigned char *p; ....; if (isspace(*p)) ...; where it's now
+ char *p; ....; if (isspace((unsigned char)*p)) ...;)
o $(PERL) in */Makefile.ssl
o "Sign the certificate?" - "n" creates empty certificate file
o dubious declaration of crypt() in des.h