[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor/master] Rename crypto_openssl.[ch] to crypto_openssl_mgt.[ch]
commit 7684949d37d42a7798df2486fd4da1994f0f7686
Author: Fernando Fernandez Mancera <ffernandezmancera@xxxxxxxxx>
Date: Thu Jan 18 21:02:26 2018 +0100
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@xxxxxxxxx>
---
src/common/{crypto_openssl.c => crypto_openssl_mgt.c} | 2 +-
src/common/{crypto_openssl.h => crypto_openssl_mgt.h} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/common/crypto_openssl.c b/src/common/crypto_openssl_mgt.c
similarity index 99%
rename from src/common/crypto_openssl.c
rename to src/common/crypto_openssl_mgt.c
index e7495f972..ff9052b56 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
similarity index 100%
rename from src/common/crypto_openssl.h
rename to src/common/crypto_openssl_mgt.h
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits