mbedtls/programs/x509
Simon Butcher 5214607f75 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 which
are dependent on the configuration option MBEDTLS_PEM_WRITE_C. If the option
isn't defined the build breaks.

This change adds the compilation condition MBEDTLS_PEM_WRITE_C to these
sample application.
2016-10-10 09:45:17 +01:00
..
cert_app.c Do not add empty cert / key in cert_app 2016-09-26 20:46:10 +01:00
cert_req.c Add extra compilation conditions to X.509 samples 2016-10-10 09:45:17 +01:00
cert_write.c Add extra compilation conditions to X.509 samples 2016-10-10 09:45:17 +01:00
CMakeLists.txt Fix whitespace in CMakeLists.txt 2015-06-25 10:59:57 +02:00
crl_app.c Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
req_app.c Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00