From eceaab667076b2824ada64fa01ecacc10e5f8155 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Sat, 15 Aug 2009 14:24:19 +0200 Subject: [PATCH] use ct_memcmp --- lib/hx509/test_soft_pkcs11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hx509/test_soft_pkcs11.c b/lib/hx509/test_soft_pkcs11.c index 0587b28a3..fcf45f0b9 100644 --- a/lib/hx509/test_soft_pkcs11.c +++ b/lib/hx509/test_soft_pkcs11.c @@ -213,7 +213,7 @@ main(int argc, char **argv) return 1; } - if (memcmp(sighash, outdata, strlen(sighash)) != 0) + if (ct_memcmp(sighash, outdata, strlen(sighash)) != 0) return 1; } #endif