summaryrefslogtreecommitdiff
path: root/test/cmp_server_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/cmp_server_test.c')
-rw-r--r--test/cmp_server_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cmp_server_test.c b/test/cmp_server_test.c
index d2a34695c3..8d0e1de759 100644
--- a/test/cmp_server_test.c
+++ b/test/cmp_server_test.c
@@ -55,7 +55,7 @@ static OSSL_CMP_PKISI *process_cert_request(OSSL_CMP_SRV_CTX *srv_ctx,
STACK_OF(X509) **chainOut,
STACK_OF(X509) **caPubs)
{
- CMPerr(0, dummy_errorCode);
+ ERR_raise(ERR_LIB_CMP, dummy_errorCode);
return NULL;
}