1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-24 17:41:01 +03:00

Added missing config.h include

This commit is contained in:
Paul Bakker
2013-04-19 14:51:29 +02:00
parent 48f7a5d724
commit bc956d900e

View File

@@ -27,6 +27,8 @@
#ifndef POLARSSL_X509_WRITE_H
#define POLARSSL_X509_WRITE_H
#include "config.h"
#if defined(POLARSSL_X509_WRITE_C)
#include "rsa.h"