tls implemented
This commit is contained in:
8
src/hush/tlsenums.h
Normal file
8
src/hush/tlsenums.h
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace hush
|
||||
{
|
||||
typedef enum { SSL_ACCEPT,
|
||||
SSL_CONNECT,
|
||||
SSL_SHUTDOWN } SSLConnectionRoutine;
|
||||
typedef enum { CLIENT_CONTEXT,
|
||||
SERVER_CONTEXT } TLSContextType;
|
||||
}
|
||||
Reference in New Issue
Block a user