aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/android-tools/android-tools/core/b64_pton_function_decl.patch
blob: 80410f1d2b673ba1fd3ccdfcc1a1fce0f826c360 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Add protoype declaration for  b64_pton

Upstream-Status: Pending
Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- a/adb/adb_auth_client.c
+++ b/adb/adb_auth_client.c
@@ -29,6 +29,7 @@
 
 #define TRACE_TAG TRACE_AUTH
 
+extern int b64_pton(const char* src, uint8_t* target, size_t targsize);
 
 struct adb_public_key {
     struct listnode node;