mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Get rid of DH_der_gen_hex and DH_der_load_hex.
This commit is contained in:
@@ -105,9 +105,7 @@ std::vector<unsigned char> strCopy(const std::string& strSrc);
|
||||
std::string strCopy(const std::vector<unsigned char>& vucSrc);
|
||||
|
||||
DH* DH_der_load(const std::string& strDer);
|
||||
DH* DH_der_load_hex(const std::string& strDer);
|
||||
void DH_der_gen(std::string& strDer, int iKeyLength);
|
||||
void DH_der_gen_hex(std::string& strDer, int iKeyLength);
|
||||
std::string DH_der_gen(int iKeyLength);
|
||||
|
||||
inline std::string strGetEnv(const std::string& strKey)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user