00001 #ifndef DVSSL_SSLSTRERROR_H 00002 #define DVSSL_SSLSTRERROR_H 00003 // $Id: sslstrerror.h,v 1.4 2002/10/19 10:36:49 dvermeir Exp $ 00004 #include <string> 00005 #include <openssl/ssl.h> 00006 00007 namespace Dv { 00008 namespace Ssl { 00009 /** Return string representation of openssl error */ 00010 std::string sslstrerror(SSL*,int); 00011 } } 00012 #endif