commit | 9556d3d6504de4072ecab9848e16f8401dd26e03 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Wed Sep 18 13:50:13 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Wed Sep 18 13:50:13 2013 +0200 |
tree | b5fc5be2151fc10a4e2670872450b623c7b7e708 | |
parent | ddf26b4e3819187b0da9aa561218f01ca40aeeb1 [diff] [blame] |
Renamed x509_crt_write.c and x509_csr_write.c
diff --git a/library/Makefile b/library/Makefile index f70ef56..003b933 100644 --- a/library/Makefile +++ b/library/Makefile
@@ -55,7 +55,10 @@ sha512.o ssl_cache.o ssl_cli.o \ ssl_srv.o ssl_ciphersuites.o \ ssl_tls.o timing.o version.o \ - x509parse.o x509write.o xtea.o + x509.o x509_create.o \ + x509_crl.o x509_crt.o x509_csr.o \ + x509write_crt.o x509write_csr.o \ + xtea.o .SILENT: