]> code.citadel.org Git - citadel.git/blobdiff - citadel/client_crypto.h
* support autoconf 2.53
[citadel.git] / citadel / client_crypto.h
index 0fed709228f02e62cae933ae993419bd10ae8468..0ee5ced6a617380652a5ab23de6540a268ffcf9e 100644 (file)
@@ -15,3 +15,7 @@ void serv_read_ssl(char *buf, int bytes);
 void serv_write_ssl(char *buf, int nbytes);
 void ssl_lock(int mode, int n, const char *file, int line);
 #endif /* HAVE_OPENSSL */
+
+extern int ssl_is_connected;
+
+void setCryptoStatusHook(void (*hook)(char *s));