From 6bf52c4271bd0483174fe3755caedb778693791e Mon Sep 17 00:00:00 2001 From: Adam Langley Date: Fri, 24 Apr 2015 09:59:35 -0700 Subject: 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 --- tools/obbtool/pbkdf2gen.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') 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 #include #include +#include #include #include -- cgit v1.1