summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-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