prepare libamiibo.a inclusion

This commit is contained in:
Philippe Teuwen 2019-09-03 00:18:29 +02:00
commit bccb9069f9
7 changed files with 42 additions and 11 deletions

View file

@ -8,7 +8,7 @@
#include "drbg.h"
#include <assert.h>
#include <string.h>
#include <mbedtls/md.h>
#include "mbedtls/md.h"
void nfc3d_drbg_init(nfc3d_drbg_ctx *ctx, const uint8_t *hmacKey, size_t hmacKeySize, const uint8_t *seed, size_t seedSize) {
assert(ctx != NULL);