sslstrerror.h

Go to the documentation of this file.
00001 #ifndef DVSSL_SSLSTRERROR_H
00002 #define DVSSL_SSLSTRERROR_H
00003 // $Id: sslstrerror.h,v 1.5 2007/12/01 18:21:27 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 }
00013 #endif

dvssl-0.6.1 [15 March, 2008]