Renamed x509_crt_write.c and x509_csr_write.c
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt
index b601e44..0550189 100644
--- a/library/CMakeLists.txt
+++ b/library/CMakeLists.txt
@@ -59,8 +59,8 @@
      x509_crl.c
      x509_csr.c
      x509_create.c
-     x509_crt_write.c
-     x509_csr_write.c
+     x509write_crt.c
+     x509write_csr.c
      xtea.c
 )