summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/engine/hw_cryptodev.c
diff options
context:
space:
mode:
authorbeck <>2014-04-23 05:13:57 +0000
committerbeck <>2014-04-23 05:13:57 +0000
commitdcb0d427b64e6c1c48b2beae544701ac303f214a (patch)
treeb5415b426cfb8210b12509eaea6a98e34497d447 /src/lib/libcrypto/engine/hw_cryptodev.c
parent7c4d28eb9b6a63a2986168acc9ac763712405eee (diff)
downloadopenbsd-dcb0d427b64e6c1c48b2beae544701ac303f214a.tar.gz
openbsd-dcb0d427b64e6c1c48b2beae544701ac303f214a.tar.bz2
openbsd-dcb0d427b64e6c1c48b2beae544701ac303f214a.zip
Make libssl and libcrypto compile with -Werror
ok miod@
Diffstat (limited to 'src/lib/libcrypto/engine/hw_cryptodev.c')
-rw-r--r--src/lib/libcrypto/engine/hw_cryptodev.c2
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)