summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-03-24 16:19:00 +0100
committerRichard Levitte <levitte@openssl.org>2017-06-28 12:54:33 +0200
commit619eb33a0c3dc488ba2bcc366633220813b701c7 (patch)
tree3fe0209771791d7e8b0de89005e3f74f6515780e /include
parent9a32dcf42e2f728018a02b27df9734be480b7f3c (diff)
Add new /dev/crypto engine
Based on cryptodev-linux Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3744)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/err.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/openssl/err.h b/include/openssl/err.h
index 18ebcefe56..e60640bd29 100644
--- a/include/openssl/err.h
+++ b/include/openssl/err.h
@@ -160,6 +160,9 @@ typedef struct err_state_st {
# define SYS_F_GETSOCKNAME 16
# define SYS_F_GETHOSTBYNAME 17
# define SYS_F_FFLUSH 18
+# define SYS_F_OPEN 19
+# define SYS_F_CLOSE 20
+# define SYS_F_IOCTL 21
/* reasons */
# define ERR_R_SYS_LIB ERR_LIB_SYS/* 2 */