Adapt for BSD cryptodev.h differences
authorRichard Levitte <levitte@openssl.org>
Tue, 18 Apr 2017 06:51:51 +0000 (08:51 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 28 Jun 2017 10:54:33 +0000 (12:54 +0200)
commit4f79affb05717243d3d041f3448156c35cabf0a2
treee76c7c64582dcab9e50bc4116c2cafc1b787a76f
parent619eb33a0c3dc488ba2bcc366633220813b701c7
Adapt for BSD cryptodev.h differences

The BSD cryptodev.h doesn't have things like COP_FLAG_WRITE_IV and
COP_FLAG_UPDATE.  In that case, we need to implement that
functionality ourselves.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3744)
crypto/engine/eng_devcrypto.c
crypto/engine/eng_err.c
crypto/err/openssl.txt
include/openssl/engineerr.h