faf9c04cb5
The <openssl/buf.h> include is relevant in both OpenSSL and BoringSSL because the file uses BUF_MEM (include what you use). OpenSSL just happened to include it via another file. OpenSSL also spells it <openssl/buffer.h>, not matching the type, so use the compatible spelling. Additionally all the CHECKED_CAST and manual STACK_OF(T) definitions call into BoringSSL internals. The correct, public APIs are simply to just use the same code as OpenSSL and call the DEFINE_STACK_OF macros. Signed-off-by: David Benjamin <davidben@google.com> |
||
---|---|---|
.. | ||
.gitignore | ||
Android.mk | ||
devdetail.xml | ||
devinfo.xml | ||
est.c | ||
Makefile | ||
oma_dm_client.c | ||
osu_client.c | ||
osu_client.h | ||
spp_client.c |