In the tester side, I'm trying to print the value of structure evp_pkey_ctx_st but I'm getting error dereferencing pointer to incomplete type EVP_PKEY_CTX.
printf("\nOpearation:%d",ctx->operation);
Can anyone please guide me. Is this a feasible approach? can we print structure values in the engine or tester side?