A few more issues with small configurations

This commit is contained in:
Manuel Pégourié-Gonnard 2013-09-20 12:29:56 +02:00
parent 1a483833b3
commit 7831b0cb3c
3 changed files with 31 additions and 32 deletions

View file

@ -33,12 +33,6 @@
#include "polarssl/config.h"
#include "polarssl/x509_crt.h"
#include "polarssl/x509_csr.h"
#include "polarssl/entropy.h"
#include "polarssl/ctr_drbg.h"
#include "polarssl/error.h"
#if !defined(POLARSSL_X509_CRT_WRITE_C) || \
!defined(POLARSSL_X509_CRT_PARSE_C) || !defined(POLARSSL_FS_IO) || \
!defined(POLARSSL_ENTROPY_C) || !defined(POLARSSL_CTR_DRBG_C) || \
@ -56,6 +50,12 @@ int main( int argc, char *argv[] )
}
#else
#include "polarssl/x509_crt.h"
#include "polarssl/x509_csr.h"
#include "polarssl/entropy.h"
#include "polarssl/ctr_drbg.h"
#include "polarssl/error.h"
#define DFL_ISSUER_CRT ""
#define DFL_REQUEST_FILE ""
#define DFL_SUBJECT_KEY "subject.key"