summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortobhe <>2023-07-03 10:59:16 +0000
committertobhe <>2023-07-03 10:59:16 +0000
commitd1af056878ce44193709b22fa479432fd5ee5d35 (patch)
tree122ab480fb4e932229a9d5ac71ee0e9841775f79 /src
parentb7e0f4ffef0381c34dfe49d7ff638eb209ffe26c (diff)
downloadopenbsd-d1af056878ce44193709b22fa479432fd5ee5d35.tar.gz
openbsd-d1af056878ce44193709b22fa479432fd5ee5d35.tar.bz2
openbsd-d1af056878ce44193709b22fa479432fd5ee5d35.zip
typo
Diffstat (limited to 'src')
-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