#include <time.h>
#include <pthread.h>
#include "os_spec.h"
#include "SslCtx.h"
#include "Mutex.h"
Go to the source code of this file.
Compounds | |
class | Ssl |
Ssl is a wrapper for the SSL structure in the OpenSSL library. The object is thread safe. Ssl provides a read/write timeout. More... |