summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/openssl/openssl-qoriq/qoriq/0033-cryptodev-fix-function-declaration-typo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-connectivity/openssl/openssl-qoriq/qoriq/0033-cryptodev-fix-function-declaration-typo.patch')
-rw-r--r--recipes-connectivity/openssl/openssl-qoriq/qoriq/0033-cryptodev-fix-function-declaration-typo.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes-connectivity/openssl/openssl-qoriq/qoriq/0033-cryptodev-fix-function-declaration-typo.patch b/recipes-connectivity/openssl/openssl-qoriq/qoriq/0033-cryptodev-fix-function-declaration-typo.patch
new file mode 100644
index 00000000..82ccebad
--- /dev/null
+++ b/recipes-connectivity/openssl/openssl-qoriq/qoriq/0033-cryptodev-fix-function-declaration-typo.patch
@@ -0,0 +1,26 @@
1From 03bdddf1495707119e4fa0eda385ecdccf66cbd8 Mon Sep 17 00:00:00 2001
2From: Cristian Stoica <cristian.stoica@nxp.com>
3Date: Mon, 8 Feb 2016 16:08:25 +0200
4Subject: [PATCH 33/48] cryptodev: fix function declaration typo
5
6Signed-off-by: Cristian Stoica <cristian.stoica@nxp.com>
7---
8 crypto/engine/engine.h | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11diff --git a/crypto/engine/engine.h b/crypto/engine/engine.h
12index f83ee73..c8efbe1 100644
13--- a/crypto/engine/engine.h
14+++ b/crypto/engine/engine.h
15@@ -569,7 +569,7 @@ void ENGINE_set_async_map(ENGINE *e, int async_map);
16 int ENGINE_get_async_map(ENGINE *e);
17 int ENGINE_open_instance(ENGINE *e);
18 int ENGINE_close_instance(ENGINE *e, int fd);
19-void ENGINE_set_init_instance(ENGINE *e, int(*engine_init_instance)(void));
20+void ENGINE_set_open_instance(ENGINE *e, int(*engine_open_instance)(void));
21 void ENGINE_set_close_instance(ENGINE *e, int(*engine_close_instance)(int));
22 void ENGINE_set_check_pkc_availability(ENGINE *e,
23 int (*check_pkc_availability)(int fd));
24--
252.7.0
26