summaryrefslogtreecommitdiff
path: root/cpp/include/IceSSL/Plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/IceSSL/Plugin.h')
-rw-r--r--cpp/include/IceSSL/Plugin.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/include/IceSSL/Plugin.h b/cpp/include/IceSSL/Plugin.h
index 2d9b5372e8b..fecebc76975 100644
--- a/cpp/include/IceSSL/Plugin.h
+++ b/cpp/include/IceSSL/Plugin.h
@@ -230,7 +230,7 @@ public:
//
virtual bool operator==(const Certificate&) const = 0;
virtual bool operator!=(const Certificate&) const = 0;
-
+
//
// Authority key identifier
//
@@ -346,11 +346,11 @@ public:
virtual std::string toString() const = 0;
//
- // Return a list with the X509v3 extensions contained in the
+ // Return a list with the X509v3 extensions contained in the
// certificate.
//
virtual std::vector<X509ExtensionPtr> getX509Extensions() const = 0;
-
+
//
// Return the extension with the given OID or null if the certificate
// does not contain a extension with the given OID.