summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/util
diff options
context:
space:
mode:
authorjufi <>2002-07-07 09:06:03 +0000
committerjufi <>2002-07-07 09:06:03 +0000
commit64c2e96c6baa875f501f025a27bd14b919a11fd7 (patch)
tree37d3e0ddd1d2d6a1bca7ec2666cdcc22c7b89ab3 /src/lib/libcrypto/util
parent52965476629f0bcdf3b871fe0b7e17e8e2da3dcf (diff)
downloadopenbsd-64c2e96c6baa875f501f025a27bd14b919a11fd7.tar.gz
openbsd-64c2e96c6baa875f501f025a27bd14b919a11fd7.tar.bz2
openbsd-64c2e96c6baa875f501f025a27bd14b919a11fd7.zip
enviroment -> environment
Diffstat (limited to 'src/lib/libcrypto/util')
-rw-r--r--src/lib/libcrypto/util/mkdef.pl4
1 files changed, 2 insertions, 2 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.