diff options
-rw-r--r-- | recipes-connectivity/openssl/openssl-fsl/0008-Initial-support-for-PKC-in-cryptodev-engine.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-connectivity/openssl/openssl-fsl/0008-Initial-support-for-PKC-in-cryptodev-engine.patch b/recipes-connectivity/openssl/openssl-fsl/0008-Initial-support-for-PKC-in-cryptodev-engine.patch index 8c8b1f22..98272abf 100644 --- a/recipes-connectivity/openssl/openssl-fsl/0008-Initial-support-for-PKC-in-cryptodev-engine.patch +++ b/recipes-connectivity/openssl/openssl-fsl/0008-Initial-support-for-PKC-in-cryptodev-engine.patch | |||
@@ -62,7 +62,7 @@ index e3eb98b..7ee314b 100644 | |||
62 | const EVP_CIPHER cryptodev_aes_128_cbc_hmac_sha1; | 62 | const EVP_CIPHER cryptodev_aes_128_cbc_hmac_sha1; |
63 | const EVP_CIPHER cryptodev_aes_256_cbc_hmac_sha1; | 63 | const EVP_CIPHER cryptodev_aes_256_cbc_hmac_sha1; |
64 | 64 | ||
65 | +inline int spcf_bn2bin(BIGNUM *bn, unsigned char **bin, int *bin_len) | 65 | +static int spcf_bn2bin(BIGNUM *bn, unsigned char **bin, int *bin_len) |
66 | +{ | 66 | +{ |
67 | + int len; | 67 | + int len; |
68 | + unsigned char *p; | 68 | + unsigned char *p; |
@@ -84,7 +84,7 @@ index e3eb98b..7ee314b 100644 | |||
84 | + return 0; | 84 | + return 0; |
85 | +} | 85 | +} |
86 | + | 86 | + |
87 | +inline int spcf_bn2bin_ex(BIGNUM *bn, unsigned char **bin, int *bin_len) | 87 | +static int spcf_bn2bin_ex(BIGNUM *bn, unsigned char **bin, int *bin_len) |
88 | +{ | 88 | +{ |
89 | + int len; | 89 | + int len; |
90 | + unsigned char *p; | 90 | + unsigned char *p; |