X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=providers%2Fimplementations%2Fciphers%2Fcipher_seed.c;h=bae6a8e530ba30bb2cdbff3b0f7a120ddcb2fdb1;hb=592dcfd3df129235fa94144e866812800e2941e8;hp=c91e776f3106932609644e4d6e40e4f78659e5b6;hpb=5b60f9c3e05bfb8c24e6933964b86c738f5ad072;p=thirdparty%2Fopenssl.git diff --git a/providers/implementations/ciphers/cipher_seed.c b/providers/implementations/ciphers/cipher_seed.c index c91e776f31..bae6a8e530 100644 --- a/providers/implementations/ciphers/cipher_seed.c +++ b/providers/implementations/ciphers/cipher_seed.c @@ -26,7 +26,7 @@ static void seed_freectx(void *vctx) { PROV_SEED_CTX *ctx = (PROV_SEED_CTX *)vctx; - cipher_generic_reset_ctx((PROV_CIPHER_CTX *)vctx); + ossl_cipher_generic_reset_ctx((PROV_CIPHER_CTX *)vctx); OPENSSL_clear_free(ctx, sizeof(*ctx)); }