minor changes

This commit is contained in:
Zhi Guan
2017-12-26 22:59:32 +08:00
parent 735c0a5800
commit 86aa61c0b6
7 changed files with 62 additions and 5 deletions

View File

@@ -215,7 +215,7 @@ void *CRYPTO_get_ex_data(const CRYPTO_EX_DATA *ad, int idx);
* On the other hand, the locking callbacks are no longer used. Consequently,
* the callback management functions can be safely replaced with no-op macros.
*/
# define CRYPTO_num_locks() (1)
# define CRYPTO_num_locks() 1
# define CRYPTO_set_locking_callback(func)
# define CRYPTO_get_locking_callback() (NULL)
# define CRYPTO_set_add_lock_callback(func)