* make it const where possible...
[citadel.git] / citadel / modules / crypto / serv_crypto.h
index 501748281cd749f5f89a7c7d76d4a490d0b20364..ff20828be0654f24ec05b5506b45601363b022d1 100644 (file)
@@ -14,7 +14,7 @@
 #ifdef HAVE_OPENSSL
 void destruct_ssl(void);
 void init_ssl(void);
-void client_write_ssl (char *buf, int nbytes);
+void client_write_ssl (const char *buf, int nbytes);
 int client_read_ssl (char *buf, int bytes, int timeout);
 void cmd_stls(char *params);
 void cmd_gtls(char *params);