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:45:06 +0000 (08:45 +1000)
commit9c119bc6b54f4851898134db28c2a01947b5efba
treebebbf39d7f2ab5d34b3d4a60b5c0023cdf46bb2f
parentcad8347be23c5e0c0d9eea02d090d42daf2dd7a9
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)
apps/enc.c