]> code.citadel.org Git - citadel.git/blobdiff - citadel/md5.h
removed all references to sprintf from several files (not all files yet)
[citadel.git] / citadel / md5.h
index ff8d0c835ed0c05cd2329288ac7aa202d06cb53b..553196c77c0583c7320cfd691cc5c94c9a38e30d 100644 (file)
@@ -14,7 +14,7 @@ void MD5Update(struct MD5Context *context, unsigned char const *buf,
               unsigned len);
 void MD5Final(unsigned char digest[16], struct MD5Context *context);
 void MD5Transform(cit_uint32_t buf[4], cit_uint32_t const in[16]);
-char *make_apop_string(char *realpass, char *nonce, char *buffer);
+char *make_apop_string(char *realpass, char *nonce, char *buffer, size_t n);
 
 /*
  * This is needed to make RSAREF happy on some MS-DOS compilers.