mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
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>
This commit is contained in:
@@ -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. */
|
||||
Reference in New Issue
Block a user