* use strbuffer as wprintf backend
[citadel.git] / webcit / crypto.c
index bfb84cb5de52c9b92bc5372765f76e02cc9e59c4..7db64940e9a57545c454afc463e56e946b9319c3 100644 (file)
@@ -439,7 +439,7 @@ void ssl_lock(int mode, int n, const char *file, int line)
  * \param buf chars to send to the client
  * \param nbytes how many chars
  */
-void client_write_ssl(char *buf, int nbytes)
+void client_write_ssl(const char *buf, int nbytes)
 {
        int retval;
        int nremain;