diff options
Diffstat (limited to 'recipes-connectivity/openssl/openssl-qoriq/qoriq/0032-cryptodev-hide-not-used-variable-behind-ifndef.patch')
| -rw-r--r-- | recipes-connectivity/openssl/openssl-qoriq/qoriq/0032-cryptodev-hide-not-used-variable-behind-ifndef.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-connectivity/openssl/openssl-qoriq/qoriq/0032-cryptodev-hide-not-used-variable-behind-ifndef.patch b/recipes-connectivity/openssl/openssl-qoriq/qoriq/0032-cryptodev-hide-not-used-variable-behind-ifndef.patch index 9ff4d361a..a53705f9c 100644 --- a/recipes-connectivity/openssl/openssl-qoriq/qoriq/0032-cryptodev-hide-not-used-variable-behind-ifndef.patch +++ b/recipes-connectivity/openssl/openssl-qoriq/qoriq/0032-cryptodev-hide-not-used-variable-behind-ifndef.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 335c80f847eacc573e10ba925b6a645963b16197 Mon Sep 17 00:00:00 2001 | 1 | From a6dc52cbcda9b4dcb0fda3b780e7c89219388982 Mon Sep 17 00:00:00 2001 |
| 2 | From: Cristian Stoica <cristian.stoica@nxp.com> | 2 | From: Cristian Stoica <cristian.stoica@nxp.com> |
| 3 | Date: Mon, 8 Feb 2016 17:22:49 +0200 | 3 | Date: Mon, 8 Feb 2016 17:22:49 +0200 |
| 4 | Subject: [PATCH 32/48] cryptodev: hide not used variable behind #ifndef | 4 | Subject: [PATCH 32/48] cryptodev: hide not used variable behind #ifndef |
| @@ -9,10 +9,10 @@ Signed-off-by: Cristian Stoica <cristian.stoica@nxp.com> | |||
| 9 | 1 file changed, 2 insertions(+) | 9 | 1 file changed, 2 insertions(+) |
| 10 | 10 | ||
| 11 | diff --git a/crypto/engine/eng_cryptodev.c b/crypto/engine/eng_cryptodev.c | 11 | diff --git a/crypto/engine/eng_cryptodev.c b/crypto/engine/eng_cryptodev.c |
| 12 | index 2734500..5a68c76 100644 | 12 | index b13bf8c..cdd99b8 100644 |
| 13 | --- a/crypto/engine/eng_cryptodev.c | 13 | --- a/crypto/engine/eng_cryptodev.c |
| 14 | +++ b/crypto/engine/eng_cryptodev.c | 14 | +++ b/crypto/engine/eng_cryptodev.c |
| 15 | @@ -412,7 +412,9 @@ static int open_dev_crypto(void) | 15 | @@ -413,7 +413,9 @@ static int open_dev_crypto(void) |
| 16 | static int get_dev_crypto(void) | 16 | static int get_dev_crypto(void) |
| 17 | { | 17 | { |
| 18 | static int fd = -1; | 18 | static int fd = -1; |
| @@ -23,5 +23,5 @@ index 2734500..5a68c76 100644 | |||
| 23 | if (fd == -1) | 23 | if (fd == -1) |
| 24 | fd = open_dev_crypto(); | 24 | fd = open_dev_crypto(); |
| 25 | -- | 25 | -- |
| 26 | 2.7.0 | 26 | 2.7.3 |
| 27 | 27 | ||
