]> granicus.if.org Git - icinga2/commitdiff
Build fix.
authorGunnar Beutner <gunnar.beutner@netways.de>
Thu, 17 Oct 2013 13:52:26 +0000 (15:52 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Thu, 17 Oct 2013 13:52:26 +0000 (15:52 +0200)
lib/base/tlsutility.cpp

index 8447c885992239ccc68a9cf7219b7a88f370cd07..586e82a40babea25cb4c274f52c264415b3e5c64 100644 (file)
@@ -148,7 +148,7 @@ shared_ptr<X509> GetX509Certificate(const String& pemfile)
        if (cert == NULL) {
                BOOST_THROW_EXCEPTION(openssl_error()
                    << boost::errinfo_api_function("PEM_read_bio_X509_AUX")
-                   << errinfo_openssl_error(ERR_get_error()))
+                   << errinfo_openssl_error(ERR_get_error())
                    << boost::errinfo_file_name(pemfile));
        }