mbedtls/programs/x509
Simon Butcher 8c9ab6ce6f Add extra compilation conditions to X.509 samples
The sample applications programs/pkey/cert_req.c and
programs/pkey/cert_write.c use the library functions mbedtls_pk_write_csr_pem()
and mbedtls_pk_write_crt_pem() respectively and programs/pkey/gen_key.c uses
the library function mbedtls_pk_write_key_pem().

These are dependent on the configuration option POLARSSL_PEM_WRITE_C. If the
option isn't defined the build breaks.

This change adds the compilation condition POLARSSL_PEM_WRITE_C to these
sample applications.
2016-10-13 12:45:07 +01:00
..
cert_app.c Actually apply debug_level settings in cert_app 2016-10-13 12:44:20 +01:00
cert_req.c Add extra compilation conditions to X.509 samples 2016-10-13 12:45:07 +01:00
cert_write.c Add extra compilation conditions to X.509 samples 2016-10-13 12:45:07 +01:00
CMakeLists.txt Rename project in CMake 2015-01-27 15:44:46 +00:00
crl_app.c Simplify ifdef checks in programs/x509 2015-03-31 15:10:03 +02:00
req_app.c Simplify ifdef checks in programs/x509 2015-03-31 15:10:03 +02:00