]> git.saurik.com Git - apple/xnu.git/blobdiff - tools/tests/perf_index/md5.c
xnu-3248.60.10.tar.gz
[apple/xnu.git] / tools / tests / perf_index / md5.c
index cbc9bd74ddcfd945413b24e677bd944e57146271..8b2775ad433166d34bc63191ae694dc276b6b362 100644 (file)
@@ -1,12 +1,14 @@
 /*
- *  ccmd5_ltc.c
- *  corecrypto
+ *  md5.c
+ *  Adapted for perf_index from ccmd5_ltc.c in corecrypto
  *
  *  Created by Fabrice Gautier on 12/3/10.
  *  Copyright 2010,2011 Apple Inc. All rights reserved.
  *
  */
 
+#include "md5.h"
+
 #include <stdint.h>
 #include <string.h>