commit | 36713e8ed9c6f2ba27ee9102346ac37dc2b04f5e | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Tue Sep 17 13:25:29 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Sep 17 13:25:29 2013 +0200 |
tree | 912d157f7550f2a703a8b5b94d35f4ebe4f1101c | |
parent | 30520d17764bc9b8422cfc79ba2ddd6edc8ac7b9 [diff] [blame] |
Fixed bunch of X509_PARSE related defines / dependencies
diff --git a/programs/x509/req_app.c b/programs/x509/req_app.c index a3f762c..5e05d60 100644 --- a/programs/x509/req_app.c +++ b/programs/x509/req_app.c
@@ -149,5 +149,5 @@ return( ret ); } -#endif /* POLARSSL_BIGNUM_C && POLARSSL_RSA_C && POLARSSL_X509_PARSE_C && +#endif /* POLARSSL_BIGNUM_C && POLARSSL_RSA_C && POLARSSL_X509_CSR_PARSE_C && POLARSSL_FS_IO */