Move declarations of testing-only base64 functions to their own header

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine 2021-08-06 14:47:10 +02:00
parent 680747b868
commit c1776a01d2
4 changed files with 57 additions and 10 deletions

View file

@ -22,6 +22,7 @@
#if defined(MBEDTLS_BASE64_C)
#include "mbedtls/base64.h"
#include "base64_invasive.h"
#include <stdint.h>