Build fix.

This commit is contained in:
Gunnar Beutner 2013-10-17 15:52:26 +02:00
parent 65f4176fa8
commit 5647694c2a
1 changed files with 1 additions and 1 deletions

View 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));
}