From 020d26ead111f8ca09c47208a010ce44ee8b3ca7 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 10 Jun 2017 22:32:55 +0200 Subject: cryptodev-linux: update to latest git --- .../patches/patch-tests_asynchelper_h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 package/cryptodev-linux/patches/patch-tests_asynchelper_h (limited to 'package/cryptodev-linux/patches/patch-tests_asynchelper_h') diff --git a/package/cryptodev-linux/patches/patch-tests_asynchelper_h b/package/cryptodev-linux/patches/patch-tests_asynchelper_h new file mode 100644 index 000000000..04adc2b41 --- /dev/null +++ b/package/cryptodev-linux/patches/patch-tests_asynchelper_h @@ -0,0 +1,20 @@ +--- cryptodev-linux-a705360197260d28535746ae98c461ba2cfb7a9e.orig/tests/asynchelper.h 2017-06-06 23:28:39.000000000 +0200 ++++ cryptodev-linux-a705360197260d28535746ae98c461ba2cfb7a9e/tests/asynchelper.h 2017-06-06 23:34:38.200115116 +0200 +@@ -2,7 +2,7 @@ + #define __ASYNCHELPER_H + + /* poll until POLLOUT, then call CIOCASYNCCRYPT */ +-inline int do_async_crypt(int cfd, struct crypt_op *cryp) ++static inline int do_async_crypt(int cfd, struct crypt_op *cryp) + { + struct pollfd pfd; + +@@ -22,7 +22,7 @@ inline int do_async_crypt(int cfd, struc + } + + /* poll until POLLIN, then call CIOCASYNCFETCH */ +-inline int do_async_fetch(int cfd, struct crypt_op *cryp) ++static inline int do_async_fetch(int cfd, struct crypt_op *cryp) + { + struct pollfd pfd; + -- cgit v1.2.3