aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/x509/x509cert.h
diff options
context:
space:
mode:
authorNuno Goncalves <[email protected]>2017-02-27 16:10:15 +0100
committerNuno Goncalves <[email protected]>2017-04-03 22:39:11 +0200
commitc760bbd4873ba48ce743ff036e5c2c9572fb3b4b (patch)
tree4f21d816b3bd33bcad776481d8e7f742b29ea50d /src/lib/x509/x509cert.h
parentd0976f3f50a9f04104dcd1b352aaf6c2c6f51cdd (diff)
Fix comments
Signed-off-by: Nuno Goncalves <[email protected]>
Diffstat (limited to 'src/lib/x509/x509cert.h')
-rw-r--r--src/lib/x509/x509cert.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/x509/x509cert.h b/src/lib/x509/x509cert.h
index c6887f4e5..1e95b5140 100644
--- a/src/lib/x509/x509cert.h
+++ b/src/lib/x509/x509cert.h
@@ -96,12 +96,12 @@ class BOTAN_DLL X509_Certificate : public X509_Object
std::vector<std::string> issuer_info(const std::string& name) const;
/**
- * Raw subject DN
+ * Raw issuer DN
*/
std::vector<uint8_t> raw_issuer_dn() const;
/**
- * Raw issuer DN
+ * Raw subject DN
*/
std::vector<uint8_t> raw_subject_dn() const;