aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2007-05-31 03:58:05 +0000
committerlloyd <[email protected]>2007-05-31 03:58:05 +0000
commitd9cf8de12960de06092d468d5cd2c4b7f49003c4 (patch)
treed9e10a4df281aa29bd7221c2022ee9fcf341bc3c /src
parent4394619562d59ec943c49e0f2c28bf05e3489ce8 (diff)
parent7e9020ee7f38384dc499de7307dde7990f618728 (diff)
propagate from branch 'net.randombit.botan.stable' (head e92fe807f749c526669303bd1530dd76a4d10a86)
to branch 'net.randombit.botan' (head 04a56f961f413296df6637b77ec45aa444513cfc)
Diffstat (limited to 'src')
-rw-r--r--src/x509cert.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x509cert.cpp b/src/x509cert.cpp
index 3ea9cc833..fcd63949b 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;