Remove EXPORT_VAR_AS_FUNC
We only export functions, not global, so remove the config option and some of the #ifdef stuff. Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/9285)
This commit is contained in:
parent
66e2dbc01c
commit
211da00b79
13 changed files with 179 additions and 417 deletions
2
CHANGES
2
CHANGES
|
@ -14,6 +14,8 @@
|
|||
|
||||
*) Removed DES_check_key. Also removed OPENSSL_IMPLEMENT_GLOBAL,
|
||||
OPENSSL_GLOBAL_REF, OPENSSL_DECLARE_GLOBAL.
|
||||
Also removed "export var as function" capability; we do not export
|
||||
variables, only functions.
|
||||
[Rich Salz]
|
||||
|
||||
*) RC5_32_set_key has been changed to return an int type, with 0 indicating
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue