diff options
author | jufi <> | 2002-07-07 09:06:03 +0000 |
---|---|---|
committer | jufi <> | 2002-07-07 09:06:03 +0000 |
commit | 64c2e96c6baa875f501f025a27bd14b919a11fd7 (patch) | |
tree | 37d3e0ddd1d2d6a1bca7ec2666cdcc22c7b89ab3 /src | |
parent | 52965476629f0bcdf3b871fe0b7e17e8e2da3dcf (diff) | |
download | openbsd-64c2e96c6baa875f501f025a27bd14b919a11fd7.tar.gz openbsd-64c2e96c6baa875f501f025a27bd14b919a11fd7.tar.bz2 openbsd-64c2e96c6baa875f501f025a27bd14b919a11fd7.zip |
enviroment -> environment
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/util/mkdef.pl | 4 | ||||
-rw-r--r-- | src/lib/libssl/src/NEWS | 2 | ||||
-rw-r--r-- | src/lib/libssl/src/util/mkdef.pl | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libcrypto/util/mkdef.pl b/src/lib/libcrypto/util/mkdef.pl index 071036a6d2..ecba93cd94 100644 --- a/src/lib/libcrypto/util/mkdef.pl +++ b/src/lib/libcrypto/util/mkdef.pl | |||
@@ -43,8 +43,8 @@ | |||
43 | # EXPORT_VAR_AS_FUNCTION). This script assumes renaming of symbols is found | 43 | # EXPORT_VAR_AS_FUNCTION). This script assumes renaming of symbols is found |
44 | # in the file crypto/symhacks.h. | 44 | # in the file crypto/symhacks.h. |
45 | # The semantics for the platforms is that every item is checked against the | 45 | # The semantics for the platforms is that every item is checked against the |
46 | # enviroment. For the negative items ("!FOO"), if any of them is false | 46 | # environment. For the negative items ("!FOO"), if any of them is false |
47 | # (i.e. "FOO" is true) in the enviroment, the corresponding symbol can't be | 47 | # (i.e. "FOO" is true) in the environment, the corresponding symbol can't be |
48 | # used. For the positive itms, if all of them are false in the environment, | 48 | # used. For the positive itms, if all of them are false in the environment, |
49 | # the corresponding symbol can't be used. Any combination of positive and | 49 | # the corresponding symbol can't be used. Any combination of positive and |
50 | # negative items are possible, and of course leave room for some redundancy. | 50 | # negative items are possible, and of course leave room for some redundancy. |
diff --git a/src/lib/libssl/src/NEWS b/src/lib/libssl/src/NEWS index bf8f031a29..aecd87ecfb 100644 --- a/src/lib/libssl/src/NEWS +++ b/src/lib/libssl/src/NEWS | |||
@@ -91,7 +91,7 @@ | |||
91 | o Bug fixes for Win32, HP/UX and Irix. | 91 | o Bug fixes for Win32, HP/UX and Irix. |
92 | o Bug fixes in BIGNUM, SSL, PKCS#7, PKCS#12, X.509, CONF and | 92 | o Bug fixes in BIGNUM, SSL, PKCS#7, PKCS#12, X.509, CONF and |
93 | memory checking routines. | 93 | memory checking routines. |
94 | o Bug fixes for RSA operations in threaded enviroments. | 94 | o Bug fixes for RSA operations in threaded environments. |
95 | o Bug fixes in misc. openssl applications. | 95 | o Bug fixes in misc. openssl applications. |
96 | o Remove a few potential memory leaks. | 96 | o Remove a few potential memory leaks. |
97 | o Add tighter checks of BIGNUM routines. | 97 | o Add tighter checks of BIGNUM routines. |
diff --git a/src/lib/libssl/src/util/mkdef.pl b/src/lib/libssl/src/util/mkdef.pl index 071036a6d2..ecba93cd94 100644 --- a/src/lib/libssl/src/util/mkdef.pl +++ b/src/lib/libssl/src/util/mkdef.pl | |||
@@ -43,8 +43,8 @@ | |||
43 | # EXPORT_VAR_AS_FUNCTION). This script assumes renaming of symbols is found | 43 | # EXPORT_VAR_AS_FUNCTION). This script assumes renaming of symbols is found |
44 | # in the file crypto/symhacks.h. | 44 | # in the file crypto/symhacks.h. |
45 | # The semantics for the platforms is that every item is checked against the | 45 | # The semantics for the platforms is that every item is checked against the |
46 | # enviroment. For the negative items ("!FOO"), if any of them is false | 46 | # environment. For the negative items ("!FOO"), if any of them is false |
47 | # (i.e. "FOO" is true) in the enviroment, the corresponding symbol can't be | 47 | # (i.e. "FOO" is true) in the environment, the corresponding symbol can't be |
48 | # used. For the positive itms, if all of them are false in the environment, | 48 | # used. For the positive itms, if all of them are false in the environment, |
49 | # the corresponding symbol can't be used. Any combination of positive and | 49 | # the corresponding symbol can't be used. Any combination of positive and |
50 | # negative items are possible, and of course leave room for some redundancy. | 50 | # negative items are possible, and of course leave room for some redundancy. |