[tor-commits] [tor/master] Rename crypto_openssl.[ch] to crypto_openssl_mgt.[ch]

nickm at torproject.org nickm at torproject.org
Tue Jan 23 19:02:50 UTC 2018


commit 7684949d37d42a7798df2486fd4da1994f0f7686
Author: Fernando Fernandez Mancera <ffernandezmancera at gmail.com>
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 at gmail.com>
---
 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





More information about the tor-commits mailing list