Fixed typo in enc.c warning
authorx753 <PrimaryInfinity@gmail.com>
Fri, 29 Mar 2019 01:31:36 +0000 (21:31 -0400)
committerPauli <paul.dale@oracle.com>
Sun, 31 Mar 2019 22:46:33 +0000 (08:46 +1000)
commite686a2774e9b4846070503cb6ed2ec0f707627a7
tree89d96280011cdb675f3e4c4faefedc66bbaf2710
parent73ab470edc23aa5862a7e737cfbd0cc49e45fb4a
Fixed typo in enc.c warning

"warning: iv not use by this cipher" -> "warning: iv not used by this cipher"
CLA: trivial

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8608)

(cherry picked from commit 9c119bc6b54f4851898134db28c2a01947b5efba)
apps/enc.c