aboutsummaryrefslogtreecommitdiff
path: root/OsslCryptoEngine.h
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2015-05-28 18:53:22 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-06-03 21:17:35 +0000
commitfea3a14b16095f93f2d69f1a9e8744883c95a992 (patch)
tree38ce2bdea5dd921c7acf34dd77a46722d98ef277 /OsslCryptoEngine.h
parent8c027af9b851c41f57ed802ae1cf532c7b08ba1e (diff)
downloadtpm2-fea3a14b16095f93f2d69f1a9e8744883c95a992.tar.gz
Changes to allow compilation of CpriCryptPri.c
BUG=none TEST=compilation succeeds: cc -Wall -Werror -c -o /dev/null CpriCryptPri.c Change-Id: Ica85c72e8472d8f6bfafdf15ae2d98e0874bd945 Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/274098 Reviewed-by: Darren Krahn <dkrahn@chromium.org>
Diffstat (limited to 'OsslCryptoEngine.h')
-rw-r--r--OsslCryptoEngine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/OsslCryptoEngine.h b/OsslCryptoEngine.h
index a59ecab..b9fcd6d 100644
--- a/OsslCryptoEngine.h
+++ b/OsslCryptoEngine.h
@@ -13,7 +13,7 @@
#include <openssl/ec.h>
#include <openssl/rand.h>
#include <openssl/bn.h>
-#include <openSSL/ec_lcl.h>
+//#include <openSSL/ec_lcl.h>
#define CRYPTO_ENGINE
#include "CryptoEngine.h"
#include "CpriMisc_fp.h"