diff options
-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; |