]> git.saurik.com Git - apple/security.git/blobdiff - AppleCSP/MiscCSPAlgs/MD5.c
Security-54.1.9.tar.gz
[apple/security.git] / AppleCSP / MiscCSPAlgs / MD5.c
index baf80ad760f13f022f2e6c854b73f8236bd710f4..dacd82ea09bc4fe0c7a7948fed292aeb497cf748 100644 (file)
@@ -201,7 +201,7 @@ void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len)
  * Final wrapup - pad to 64-byte boundary with the bit pattern
  * 1 0* (64-bit count of bits processed, MSB-first)
  */
-void MD5Final(unsigned char *digest, struct MD5Context *ctx)
+void MD5Final(struct MD5Context *ctx, unsigned char *digest)
 {
     unsigned count;
     unsigned char *p;