summaryrefslogtreecommitdiff
path: root/providers/implementations/ciphers/cipher_blowfish.h
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/ciphers/cipher_blowfish.h')
-rw-r--r--providers/implementations/ciphers/cipher_blowfish.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/implementations/ciphers/cipher_blowfish.h b/providers/implementations/ciphers/cipher_blowfish.h
index bbdc9da3789d..18c824fed1e3 100644
--- a/providers/implementations/ciphers/cipher_blowfish.h
+++ b/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;