artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cba1c7
)
typo
author
tobhe
<tobhe@openbsd.org>
Mon, 3 Jul 2023 10:59:16 +0000
(10:59 +0000)
committer
tobhe
<tobhe@openbsd.org>
Mon, 3 Jul 2023 10:59:16 +0000
(10:59 +0000)
lib/libcrypto/hidden/README
patch
|
blob
|
history
diff --git
a/lib/libcrypto/hidden/README
b/lib/libcrypto/hidden/README
index
c41830c
..
de8a576
100644
(file)
--- a/
lib/libcrypto/hidden/README
+++ b/
lib/libcrypto/hidden/README
@@
-29,7
+29,7
@@
files:
LCRYPTO_UNUSED(x) Symbols that are not used internally or by libssl
No renaming is done. In builds of libcrypto, the symbol
is marked as deprecated to detect unintentional use of such
- a sy
n
bol, so that it can be marked as used going forward.
+ a sy
m
bol, so that it can be marked as used going forward.
ex: LCRYPTO_UNUSED(SSL_CIPHER_get_name)
Finally, to create the expected aliases, we use these in the .c files