Hi,
the word 'environment' has a typo at these two places:
diff -u -r1.6 -r1.7
--- util/mkdef.pl 15 May 2002 02:29:21 -0000 1.6
+++ util/mkdef.pl 7 Jul 2002 09:06:03 -0000 1.7
@@ -43,8 +43,8 @@
# EXPORT_VAR_AS_FUNCTION). This script assumes renaming of symbols is found
# in the file crypto/symhacks.h.
# The semantics for the platforms is that every item is checked against the
-# enviroment. For the negative items ("!FOO"), if any of them is false
-# (i.e. "FOO" is true) in the enviroment, the corresponding symbol can't be
+# environment. For the negative items ("!FOO"), if any of them is false
+# (i.e. "FOO" is true) in the environment, the corresponding symbol can't be
# used. For the positive itms, if all of them are false in the environment,
# the corresponding symbol can't be used. Any combination of positive and
# negative items are possible, and of course leave room for some redundancy.
------------------------------------------------------------
diff -u -r1.6 -r1.7
--- NEWS 15 May 2002 02:29:08 -0000 1.6
+++ NEWS 7 Jul 2002 09:06:03 -0000 1.7
@@ -91,7 +91,7 @@
o Bug fixes for Win32, HP/UX and Irix.
o Bug fixes in BIGNUM, SSL, PKCS#7, PKCS#12, X.509, CONF and
memory checking routines.
- o Bug fixes for RSA operations in threaded enviroments.
+ o Bug fixes for RSA operations in threaded environments.
o Bug fixes in misc. openssl applications.
o Remove a few potential memory leaks.
o Add tighter checks of BIGNUM routines.
------------------------------------
Hope it helps,
Jan-Uwe
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]