mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
crypt_ops: Fix some weird macro spacing
This commit is contained in:
@@ -399,7 +399,7 @@ crypto_openssl_thread_cleanup(void)
|
||||
void
|
||||
crypto_openssl_global_cleanup(void)
|
||||
{
|
||||
#ifndef OPENSSL_1_1_API
|
||||
#ifndef OPENSSL_1_1_API
|
||||
EVP_cleanup();
|
||||
#endif
|
||||
#ifndef NEW_THREAD_API
|
||||
|
||||
@@ -380,7 +380,7 @@ secret_to_key_derivekey(uint8_t *key_out, size_t key_out_len,
|
||||
#ifndef HAVE_SCRYPT
|
||||
if (type == S2K_TYPE_SCRYPT)
|
||||
return S2K_NO_SCRYPT_SUPPORT;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
if (! legacy_format) {
|
||||
++spec;
|
||||
|
||||
Reference in New Issue
Block a user