diff options
author | Fernando Fernandez Mancera <ffernandezmancera@gmail.com> | 2018-01-18 21:02:26 +0100 |
---|---|---|
committer | Fernando Fernandez Mancera <ffernandezmancera@gmail.com> | 2018-01-18 21:13:17 +0100 |
commit | 7684949d37d42a7798df2486fd4da1994f0f7686 (patch) | |
tree | 6cc9dba5f005663358703322a9a35add90a3a414 /src | |
parent | 7353c9496e4f67321fbeee594cb8c488cff20aaf (diff) | |
download | tor-7684949d37d42a7798df2486fd4da1994f0f7686.tar.gz tor-7684949d37d42a7798df2486fd4da1994f0f7686.zip |
Rename crypto_openssl.[ch] to crypto_openssl_mgt.[ch]
Rename crypto_openssl.[ch] to crypto_openssl_mgt.[ch] because it is possible we
need crypto_openssl.[ch] in the future.
Follows #24658.
Signed-off-by: Fernando Fernandez Mancera <ffernandezmancera@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/common/crypto_openssl_mgt.c (renamed from src/common/crypto_openssl.c) | 2 | ||||
-rw-r--r-- | src/common/crypto_openssl_mgt.h (renamed from src/common/crypto_openssl.h) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/common/crypto_openssl.c b/src/common/crypto_openssl_mgt.c index e7495f9720..ff9052b560 100644 --- a/src/common/crypto_openssl.c +++ b/src/common/crypto_openssl_mgt.c @@ -10,7 +10,7 @@ * \brief Block of functions related to operations from OpenSSL. **/ -#include "crypto_openssl.h" +#include "crypto_openssl_mgt.h" #ifndef NEW_THREAD_API /** A number of preallocated mutexes for use by OpenSSL. */ diff --git a/src/common/crypto_openssl.h b/src/common/crypto_openssl_mgt.h index 0c6bccad41..0c6bccad41 100644 --- a/src/common/crypto_openssl.h +++ b/src/common/crypto_openssl_mgt.h |