The unified diff between revisions [dda7bbd7..] and [411e49ac..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'include/asn1_obj.h'
#
#
# patch "include/asn1_obj.h"
# from [dfbdbae68301d279de67562d713133df1258084c]
# to [da21ba3ef127a710bbcf34fe370d4943a49f19cb]
#
============================================================
--- include/asn1_obj.h dfbdbae68301d279de67562d713133df1258084c
+++ include/asn1_obj.h da21ba3ef127a710bbcf34fe370d4943a49f19cb
@@ -129,7 +129,7 @@ class AlternativeName : public ASN1_Obje
bool has_items() const;
AlternativeName(const std::string& = "", const std::string& = "",
- const std::string& = "");
+ const std::string& = "", const std::string& = "");
private:
std::multimap<std::string, std::string> alt_info;
std::multimap<OID, ASN1_String> othernames;