diff options
Diffstat (limited to 'src/lib/libcrypto')
-rw-r--r-- | src/lib/libcrypto/util/mkdef.pl | 4 |
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. |