diff options
Diffstat (limited to 'src/vmime/security/cert/serverIdentityException.hpp')
-rw-r--r-- | src/vmime/security/cert/serverIdentityException.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vmime/security/cert/serverIdentityException.hpp b/src/vmime/security/cert/serverIdentityException.hpp index 47feced7..358553ed 100644 --- a/src/vmime/security/cert/serverIdentityException.hpp +++ b/src/vmime/security/cert/serverIdentityException.hpp @@ -1,6 +1,6 @@ // // VMime library (http://www.vmime.org) -// Copyright (C) 2002-2013 Vincent Richard <[email protected]> +// Copyright (C) 2002 Vincent Richard <[email protected]> // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as @@ -43,8 +43,8 @@ namespace cert { /** Thrown when the subject name of a certificate does not match * the hostname of the server. */ -class VMIME_EXPORT serverIdentityException : public certificateException -{ +class VMIME_EXPORT serverIdentityException : public certificateException { + public: /** Constructs a serverIdentityException with no detail message. |