]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - providers/implementations/storemgmt/file_store.c
CORE: Add an algorithm_description field to OSSL_ALGORITHM
[thirdparty/openssl.git] / providers / implementations / storemgmt / file_store.c
index e12105254597f5e408885c22d6cd894944450bc8..37f2fcee67b30ccec5edaef56cc37cf69b23293b 100644 (file)
@@ -437,8 +437,8 @@ static int file_setup_decoders(struct file_ctx_st *ctx)
          * The decoder doesn't need any identification or to be attached to
          * any provider, since it's only used locally.
          */
-        to_obj = ossl_decoder_from_dispatch(0, &ossl_der_to_obj_algorithm,
-                                            NULL);
+        to_obj = ossl_decoder_from_algorithm(0, &ossl_der_to_obj_algorithm,
+                                             NULL);
         if (to_obj == NULL)
             goto err;
         to_obj_inst = ossl_decoder_instance_new(to_obj, ctx->provctx);