Merge remote-tracking branch 'public/pr/1375' into development

This commit is contained in:
Simon Butcher 2019-01-23 10:22:25 +01:00
commit 442ca5710b
31 changed files with 183 additions and 0 deletions

View file

@ -24,6 +24,12 @@
#ifndef MBEDTLS_BASE64_H
#define MBEDTLS_BASE64_H
#if !defined(MBEDTLS_CONFIG_FILE)
#include "config.h"
#else
#include MBEDTLS_CONFIG_FILE
#endif
#include <stddef.h>
#define MBEDTLS_ERR_BASE64_BUFFER_TOO_SMALL -0x002A /**< Output buffer too small. */