summaryrefslogtreecommitdiffstats
path: root/tools/obbtool
diff options
context:
space:
mode:
authorAdam Langley <agl@google.com>2015-04-24 09:59:35 -0700
committerAdam Langley <agl@google.com>2015-04-24 10:00:45 -0700
commit6bf52c4271bd0483174fe3755caedb778693791e (patch)
tree75d70d58aa834eab3351cacc178ffa306684d8d3 /tools/obbtool
parent0e29681f98dad8df9f772d86a848190138245f3d (diff)
downloadframeworks_base-6bf52c4271bd0483174fe3755caedb778693791e.zip
frameworks_base-6bf52c4271bd0483174fe3755caedb778693791e.tar.gz
frameworks_base-6bf52c4271bd0483174fe3755caedb778693791e.tar.bz2
frameworks/base: switch to using NativeConstants.
NativeCrypto is a conscrypt class that contained several OpenSSL constants. NativeConstants is the new class that contains the same thing, but the latter is automatically generated and thus won't drift from the C headers. Bug: 20521989 Change-Id: I45c7b9a6844a06e3ffd09be692ebf733e1ebbbcc
Diffstat (limited to 'tools/obbtool')
-rw-r--r--tools/obbtool/pbkdf2gen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/obbtool/pbkdf2gen.cpp b/tools/obbtool/pbkdf2gen.cpp
index 98d67c0..f1d8d04 100644
--- a/tools/obbtool/pbkdf2gen.cpp
+++ b/tools/obbtool/pbkdf2gen.cpp
@@ -20,6 +20,7 @@
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <unistd.h>