diff options
author | lloyd <[email protected]> | 2012-06-17 16:53:05 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-06-17 16:53:05 +0000 |
commit | f6a786d6cb3322833205aca9f3ca521a6a02772c (patch) | |
tree | 7b0055951ee09311596f9c66a6caa512cc4f2561 /src | |
parent | 3dc5ce43fd50d9657e8a9f20dcaa72dd2a7fc5b6 (diff) |
Commented out entry for anon in default policy:
Diffstat (limited to 'src')
-rw-r--r-- | src/tls/tls_policy.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tls/tls_policy.cpp b/src/tls/tls_policy.cpp index dabf3fc81..8dd56a7ff 100644 --- a/src/tls/tls_policy.cpp +++ b/src/tls/tls_policy.cpp @@ -60,6 +60,7 @@ std::vector<std::string> Policy::allowed_signature_methods() const "ECDSA", "RSA", "DSA", + //"" }); } |