mirror of
https://github.com/openssl/openssl.git
synced 2025-04-18 20:40:45 +08:00
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:
parent
ce41a53dc6
commit
53ef02baf8
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user