This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "".
The branch, monarch_lts has been updated via 0c15c40db40834f1df217191c4b6a06303ab0872 (commit) from 0fcec77081fd1df2f862419b42014bbf700d9c32 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 0c15c40db40834f1df217191c4b6a06303ab0872 Author: Dmitry Eremin-Solenikov dmitry.ereminsolenikov@linaro.org Date: Mon Jul 3 17:08:33 2017 +0300
linux-gen: fix compilation with OpenSSL 1.1.y
Signed-off-by: Dmitry Eremin-Solenikov dmitry.ereminsolenikov@linaro.org Reviewed-by: Bill Fischofer bill.fischofer@linaro.org
diff --git a/platform/linux-generic/include/odp_crypto_internal.h b/platform/linux-generic/include/odp_crypto_internal.h index 7b104afa..47ace2f3 100644 --- a/platform/linux-generic/include/odp_crypto_internal.h +++ b/platform/linux-generic/include/odp_crypto_internal.h @@ -13,6 +13,7 @@ extern "C" {
#include <openssl/des.h> #include <openssl/aes.h> +#include <openssl/evp.h>
#define OP_RESULT_MAGIC 0x91919191
-----------------------------------------------------------------------
Summary of changes: platform/linux-generic/include/odp_crypto_internal.h | 1 + 1 file changed, 1 insertion(+)
hooks/post-receive