Fixed warnings in case POLARSSL_X509_PARSE_C is not defined

This commit is contained in:
Paul Bakker 2013-09-15 17:06:49 +02:00
parent de56ca1097
commit 2292d1fad0
5 changed files with 21 additions and 10 deletions

View file

@ -32,6 +32,10 @@
#include "polarssl/oid.h"
#include "polarssl/rsa.h"
#if defined(POLARSSL_X509_PARSE_C) || defined(POLARSSL_X509_WRITE_C)
#include "polarssl/x509.h"
#endif
#include <stdio.h>
/*