summaryrefslogtreecommitdiff
path: root/libsylph/ssl.h
diff options
context:
space:
mode:
authorSimeon Simeonov2018-04-15 15:40:25 +0200
committerSimeon Simeonov2018-04-15 15:40:25 +0200
commit7addc67cd3f6a4c0358f70b4fb9906ebcd88b9e3 (patch)
tree6bdc8ffd8c4e42cf289df1271660172366468743 /libsylph/ssl.h
parent46275eef3de4e025b5657e67e142fc58125779be (diff)
Add support for auto-unloading of the master password
Diffstat (limited to 'libsylph/ssl.h')
-rw-r--r--libsylph/ssl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libsylph/ssl.h b/libsylph/ssl.h
index 6338911..4c0ccd1 100644
--- a/libsylph/ssl.h
+++ b/libsylph/ssl.h
@@ -37,9 +37,9 @@
37 37
38#include "socket.h" 38#include "socket.h"
39 39
40#define RC_OK 0 40#define SSL_RC_OK 0
41#define RC_ERROR -1 41#define SSL_RC_ERROR -1
42#define RC_WRONG_HASH_OR_KEY 1 42#define SSL_RC_WRONG_HASH_OR_KEY 1
43 43
44typedef enum { 44typedef enum {
45 SSL_METHOD_SSLv23, 45 SSL_METHOD_SSLv23,