summaryrefslogtreecommitdiff
path: root/icc/icctest.c
diff options
context:
space:
mode:
Diffstat (limited to 'icc/icctest.c')
-rwxr-xr-x[-rw-r--r--]icc/icctest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/icc/icctest.c b/icc/icctest.c
index f0b1280..d04cc1e 100644..100755
--- a/icc/icctest.c
+++ b/icc/icctest.c
@@ -236,7 +236,7 @@ int md5_test() {
if ((icco = new_icc()) == NULL)
error ("Creation of ICC object failed");
- m = new_icmMD5(icco->al);
+ m = new_icmMD5_a(icco->al);
for (i = 0; ; i++) {
if (tc[i].s == NULL)