summaryrefslogtreecommitdiffstats
path: root/crypto/serializer/deserializer_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/serializer/deserializer_lib.c')
-rw-r--r--crypto/serializer/deserializer_lib.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/serializer/deserializer_lib.c b/crypto/serializer/deserializer_lib.c
index 7229bd3631..aa3b552786 100644
--- a/crypto/serializer/deserializer_lib.c
+++ b/crypto/serializer/deserializer_lib.c
@@ -443,7 +443,8 @@ static int deser_process(const OSSL_PARAM params[], void *arg)
* that's the case, we do this extra check.
*/
if (deser == NULL && ctx->start_input_type != NULL
- && strcasecmp(ctx->start_input_type, deser_inst->input_type) != 0)
+ && strcasecmp(ctx->start_input_type,
+ new_deser_inst->input_type) != 0)
continue;
/*