diff options
author | lloyd <[email protected]> | 2007-05-31 03:56:03 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2007-05-31 03:56:03 +0000 |
commit | 3f689e86b13de7e2254b65b0e3c5093d45497a4c (patch) | |
tree | 80e2d115e444cb1c085ce5a4fbca67e78b079971 /src/x509cert.cpp | |
parent | 454d4d7edc20c10ed7219f45698486902bba4880 (diff) |
Typo: RFC 882 instead of 822. Reported by Yves Jerschow.
Diffstat (limited to 'src/x509cert.cpp')
-rw-r--r-- | src/x509cert.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x509cert.cpp b/src/x509cert.cpp index f5a3eae99..2199641e6 100644 --- a/src/x509cert.cpp +++ b/src/x509cert.cpp @@ -350,7 +350,7 @@ AlternativeName create_alt_name(const Data_Store& info) }; std::multimap<std::string, std::string> names - = info.search_with(AltName_Matcher("RFC882/DNS/URI")); + = info.search_with(AltName_Matcher("RFC822/DNS/URI")); AlternativeName alt_name; |