summaryrefslogtreecommitdiff
path: root/libsylph/ssl.h
diff options
context:
space:
mode:
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,