mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-18 10:20:35 +03:00
Code cosmetics: reduce the amount of cppcheck warnings
This commit is contained in:
@@ -354,7 +354,7 @@ std::ostream& operator<<(std::ostream& out, MD5 md5)
|
||||
|
||||
//////////////////////////////
|
||||
|
||||
std::string md5(const std::string str)
|
||||
std::string md5(const std::string& str)
|
||||
{
|
||||
MD5 md5 = MD5(str);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user