X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fcrypto%2Fserv_crypto.h;h=ff20828be0654f24ec05b5506b45601363b022d1;hb=4bff53bf1cdb8e74b3e67db0e0ba9d1c1a042d65;hp=501748281cd749f5f89a7c7d76d4a490d0b20364;hpb=0c28e38d1dd8513427cd5d2490793f0010ab14b7;p=citadel.git diff --git a/citadel/modules/crypto/serv_crypto.h b/citadel/modules/crypto/serv_crypto.h index 501748281..ff20828be 100644 --- a/citadel/modules/crypto/serv_crypto.h +++ b/citadel/modules/crypto/serv_crypto.h @@ -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);