diff --git a/unittests/test_helper/test_helper.c b/unittests/test_helper/test_helper.c index c8fad5c..a156043 100644 --- a/unittests/test_helper/test_helper.c +++ b/unittests/test_helper/test_helper.c @@ -238,7 +238,7 @@ test_header(const char *file, int line, const char *a1, const char *a2, void assert_bignum(const char *file, int line, const char *a1, const char *a2, - BIGNUM *aa1, BIGNUM *aa2, enum test_predicate pred) + const BIGNUM *aa1, const BIGNUM *aa2, enum test_predicate pred) { int r = BN_cmp(aa1, aa2);