C++: Delete outdated bit.

This commit is contained in:
Geoffrey White
2020-06-30 12:38:02 +01:00
parent fc69c16ba6
commit 4c088b19ad

View File

@@ -59,8 +59,6 @@ string getASecureAlgorithmName() {
* contain an algorithm that is known to be secure.
*/
string getSecureAlgorithmRegex() {
// The implementation of this is a duplicate of getInsecureAlgorithmRegex, as
// it isn't possible to have string -> string functions at the moment
// algorithms usually appear in names surrounded by characters that are not
// alphabetical characters in the same case. This handles the upper and lower
// case cases