diff options
author | beck <> | 2014-04-23 05:13:57 +0000 |
---|---|---|
committer | beck <> | 2014-04-23 05:13:57 +0000 |
commit | dcb0d427b64e6c1c48b2beae544701ac303f214a (patch) | |
tree | b5415b426cfb8210b12509eaea6a98e34497d447 /src/lib/libcrypto/engine/hw_cryptodev.c | |
parent | 7c4d28eb9b6a63a2986168acc9ac763712405eee (diff) | |
download | openbsd-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.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) |