From 7addc67cd3f6a4c0358f70b4fb9906ebcd88b9e3 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Sun, 15 Apr 2018 15:40:25 +0200 Subject: Add support for auto-unloading of the master password --- libsylph/ssl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libsylph/ssl.h') 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 @@ #include "socket.h" -#define RC_OK 0 -#define RC_ERROR -1 -#define RC_WRONG_HASH_OR_KEY 1 +#define SSL_RC_OK 0 +#define SSL_RC_ERROR -1 +#define SSL_RC_WRONG_HASH_OR_KEY 1 typedef enum { SSL_METHOD_SSLv23, -- cgit v1.3