diff options
Diffstat (limited to 'crypto/openssl/providers/implementations/ciphers/cipher_blowfish.h')
| -rw-r--r-- | crypto/openssl/providers/implementations/ciphers/cipher_blowfish.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/providers/implementations/ciphers/cipher_blowfish.h b/crypto/openssl/providers/implementations/ciphers/cipher_blowfish.h index bbdc9da3789d..18c824fed1e3 100644 --- a/crypto/openssl/providers/implementations/ciphers/cipher_blowfish.h +++ b/crypto/openssl/providers/implementations/ciphers/cipher_blowfish.h @@ -11,7 +11,7 @@ #include "prov/ciphercommon.h" typedef struct prov_blowfish_ctx_st { - PROV_CIPHER_CTX base; /* Must be first */ + PROV_CIPHER_CTX base; /* Must be first */ union { OSSL_UNION_ALIGN; BF_KEY ks; |
