Constify various mostly X509-related parameter types in crypto/ and apps/
[oweals/openssl.git] / test / cmp_vfy_test.c
index f52efa98558a2c9fc35fad89335f9c48c6fbbb80..f0b9b50b01510b270fe3b90fa41ee975ee9faa64 100644 (file)
@@ -313,7 +313,7 @@ static int test_validate_msg_signature_sender_cert_absent(void)
 }
 
 
-static int test_validate_with_sender(X509_NAME *name, int expected)
+static int test_validate_with_sender(const X509_NAME *name, int expected)
 {
     SETUP_TEST_FIXTURE(CMP_VFY_TEST_FIXTURE, set_up);
     fixture->expected = expected;