Fix PROV_RC5_CTX's original structure name

It looks like a typo when copy & pasting the structure from blowfish.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19186)
This commit is contained in:
Paul Yang 2022-09-09 15:48:24 +08:00 committed by Tomas Mraz
parent ce41a53dc6
commit 53ef02baf8
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#include <openssl/rc5.h>
#include "prov/ciphercommon.h"
typedef struct prov_blowfish_ctx_st {
typedef struct prov_rc5_ctx_st {
PROV_CIPHER_CTX base; /* Must be first */
union {
OSSL_UNION_ALIGN;