mbedtls/programs/x509
Simon Butcher 203a6934e7 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:05:26 +01:00
..
cert_app.c Rename net.{c,h} to net_sockets.{c,h} 2016-09-26 23:23:52 +01:00
cert_req.c Add extra compilation conditions to X.509 samples 2016-10-10 09:05:26 +01:00
cert_write.c Add extra compilation conditions to X.509 samples 2016-10-10 09:05:26 +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