mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Simplify strHex
This commit is contained in:
@@ -69,7 +69,7 @@ void DH_der_gen_hex(std::string& strDer, int iKeyLength)
|
||||
|
||||
DH_der_gen(strBuf, iKeyLength);
|
||||
|
||||
strHex(strDer, strBuf);
|
||||
strDer = strHex(strBuf);
|
||||
}
|
||||
|
||||
DH* DH_der_load(const std::string& strDer)
|
||||
|
||||
Reference in New Issue
Block a user