]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/list.c
Fix naming for EVP_RAND_CTX_gettable functions.
[thirdparty/openssl.git] / apps / list.c
index df87880ba71c84f2d2460f6e85f9b93aab4ee84e..af6ae3f1a024b91e354f256f7c0026d621982ae2 100644 (file)
@@ -444,7 +444,7 @@ static void display_random(const char *name, EVP_RAND_CTX *drbg)
                     params->data_size = sizeof(buf);
                 }
                 params->return_size = 0;
-                if (EVP_RAND_get_ctx_params(drbg, params))
+                if (EVP_RAND_CTX_get_params(drbg, params))
                     print_param_value(params, 2);
             }
     }