]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Rename crypto_openssl.[ch] to crypto_openssl_mgt.[ch]
authorFernando Fernandez Mancera <ffernandezmancera@gmail.com>
Thu, 18 Jan 2018 20:02:26 +0000 (21:02 +0100)
committerFernando Fernandez Mancera <ffernandezmancera@gmail.com>
Thu, 18 Jan 2018 20:13:17 +0000 (21:13 +0100)
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>
src/common/crypto_openssl_mgt.c [moved from src/common/crypto_openssl.c with 99% similarity]
src/common/crypto_openssl_mgt.h [moved from src/common/crypto_openssl.h with 100% similarity]

similarity index 99%
rename from src/common/crypto_openssl.c
rename to src/common/crypto_openssl_mgt.c
index e7495f9720cef6265e038fc41ade666bfb48c9e5..ff9052b560b050cfc19076f6d59ec70fecacd1c9 100644 (file)
@@ -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. */