summaryrefslogtreecommitdiff
path: root/verity/build_verity_tree.cpp
diff options
context:
space:
mode:
authorAdam Langley <agl@google.com>2015-01-20 18:25:27 -0800
committerAdam Langley <agl@google.com>2015-01-20 18:25:27 -0800
commit77dd19788c9f6368a706fec402d46c52b930cfe4 (patch)
tree948d6aaea6926e10ea29bc6133359e0fddc20292 /verity/build_verity_tree.cpp
parent368d0a31ffb0613dadd2e6b5e7929d8d7b15f764 (diff)
downloadextras-77dd19788c9f6368a706fec402d46c52b930cfe4.tar.gz
Include bn.h for BN_ functions.
The BN_ functions used in this source file require bn.h to be included. At the moment, a transitive include via evp.h is keeping the build working, but we shouldn't depend on that. Change-Id: I7153f29ca61d53e6abb7a9df78d0c6aceccafdb2
Diffstat (limited to 'verity/build_verity_tree.cpp')
-rw-r--r--verity/build_verity_tree.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/verity/build_verity_tree.cpp b/verity/build_verity_tree.cpp
index 1c3815d7..1281c6a4 100644
--- a/verity/build_verity_tree.cpp
+++ b/verity/build_verity_tree.cpp
@@ -1,3 +1,4 @@
+#include <openssl/bn.h>
#include <openssl/evp.h>
#include <sparse/sparse.h>