summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobhe <>2023-07-03 10:59:16 +0000
committertobhe <>2023-07-03 10:59:16 +0000
commit8e109174ebc0792b90432d9ccd194702bab73d94 (patch)
tree122ab480fb4e932229a9d5ac71ee0e9841775f79
parentf80fc69932486713b4150b313ac84df92faf6113 (diff)
downloadopenbsd-8e109174ebc0792b90432d9ccd194702bab73d94.tar.gz
openbsd-8e109174ebc0792b90432d9ccd194702bab73d94.tar.bz2
openbsd-8e109174ebc0792b90432d9ccd194702bab73d94.zip
typo
-rw-r--r--src/lib/libcrypto/hidden/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/hidden/README b/src/lib/libcrypto/hidden/README
index c41830cf55..de8a576a7b 100644
--- a/src/lib/libcrypto/hidden/README
+++ b/src/lib/libcrypto/hidden/README
@@ -29,7 +29,7 @@ files:
29 LCRYPTO_UNUSED(x) Symbols that are not used internally or by libssl 29 LCRYPTO_UNUSED(x) Symbols that are not used internally or by libssl
30 No renaming is done. In builds of libcrypto, the symbol 30 No renaming is done. In builds of libcrypto, the symbol
31 is marked as deprecated to detect unintentional use of such 31 is marked as deprecated to detect unintentional use of such
32 a synbol, so that it can be marked as used going forward. 32 a symbol, so that it can be marked as used going forward.
33 ex: LCRYPTO_UNUSED(SSL_CIPHER_get_name) 33 ex: LCRYPTO_UNUSED(SSL_CIPHER_get_name)
34 34
35Finally, to create the expected aliases, we use these in the .c files 35Finally, to create the expected aliases, we use these in the .c files