Skip to content

Commit

Permalink
Fix PROV_RC5_CTX's original structure name
Browse files Browse the repository at this point in the history
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 #19186)
  • Loading branch information
InfoHunter authored and t8m committed Sep 12, 2022
1 parent ce41a53 commit 53ef02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/implementations/ciphers/cipher_rc5.h
Expand Up @@ -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;
Expand Down

0 comments on commit 53ef02b

Please sign in to comment.