mbedtls/programs
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
..
aes Fix for #441 - crypt and hash gcm (#546) 2016-10-13 12:44:19 +01:00
hash Rename website and repository 2015-03-06 13:17:10 +00:00
pkey Add extra compilation conditions to X.509 samples 2016-10-13 12:45:07 +01:00
random Rename website and repository 2015-03-06 13:17:10 +00:00
ssl fix bug in ssl_mail_client 2015-04-30 12:50:22 +02:00
test Fix -Wshadow warnings 2015-08-31 11:07:51 +02:00
util Rename website and repository 2015-03-06 13:17:10 +00:00
x509 Add extra compilation conditions to X.509 samples 2016-10-13 12:45:07 +01:00
.gitignore Add mini_client.c 2015-02-16 17:22:46 +00:00
CMakeLists.txt - Added missing subdirectory line for util 2012-09-25 08:19:18 +00:00
Makefile Add forgotten programs in Makefile 2015-06-29 18:52:57 +02:00
wince_main.c Rename website and repository 2015-03-06 13:17:10 +00:00