summaryrefslogtreecommitdiffstats
path: root/STATUS
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-05-30 23:54:52 +0000
committerBodo Möller <bodo@openssl.org>1999-05-30 23:54:52 +0000
commit0cceb1c708d716dbfe1bd08dc947b81ba7ae4f93 (patch)
treec8c1b85584084a89164760b70099953a96854ff9 /STATUS
parent7e258a56da59ba5436523e36293d6c5421e1478b (diff)
BSD/OS 4.x support (bsdi-elf-gcc)
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS9
1 files changed, 2 insertions, 7 deletions
diff --git a/STATUS b/STATUS
index 6de55ce614..f017c89adb 100644
--- a/STATUS
+++ b/STATUS
@@ -1,6 +1,6 @@
OpenSSL STATUS Last modified at
- ______________ $Date: 1999/05/30 13:54:25 $
+ ______________ $Date: 1999/05/30 23:54:52 $
DEVELOPMENT STATE
@@ -12,7 +12,7 @@
RELEASE SHOWSTOPPERS
- o BSD/OS: assembler functions must not have leading underscores
+ o
AVAILABLE PATCHES
@@ -61,11 +61,6 @@
o broken demos
o salzr@certco.com (Rich Salz): Bug in X509_name_print
<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 (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