diff options
Diffstat (limited to 'src/lib/libcrypto/engine/hw_cryptodev.c')
| -rw-r--r-- | src/lib/libcrypto/engine/hw_cryptodev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/engine/hw_cryptodev.c b/src/lib/libcrypto/engine/hw_cryptodev.c index bc953872dd..190dcc4f75 100644 --- a/src/lib/libcrypto/engine/hw_cryptodev.c +++ b/src/lib/libcrypto/engine/hw_cryptodev.c | |||
| @@ -654,7 +654,7 @@ xcrypt_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, | |||
| 654 | unsigned char *ivs = DOALIGN(ivs_store); | 654 | unsigned char *ivs = DOALIGN(ivs_store); |
| 655 | void *iiv, *iv = NULL, *ivp = NULL; | 655 | void *iiv, *iv = NULL, *ivp = NULL; |
| 656 | const void *usein = in; | 656 | const void *usein = in; |
| 657 | void *useout = out, *spare; | 657 | void *useout = out, *spare = NULL; |
| 658 | int cws[4 + 3], *cw = DOALIGN(cws); | 658 | int cws[4 + 3], *cw = DOALIGN(cws); |
| 659 | 659 | ||
| 660 | if (!inl) | 660 | if (!inl) |
