Added POLARSSL_PK_PARSE_C and POLARSSL_PK_WRITE_C
diff --git a/library/pkparse.c b/library/pkparse.c
index e04bbea..2d244f1 100644
--- a/library/pkparse.c
+++ b/library/pkparse.c
@@ -25,7 +25,7 @@
 
 #include "polarssl/config.h"
 
-#if defined(POLARSSL_PK_C)
+#if defined(POLARSSL_PK_PARSE_C)
 
 #include "polarssl/pk.h"
 #include "polarssl/asn1.h"
@@ -954,4 +954,4 @@
     return( ret );
 }
 
-#endif /* POLARSSL_PK_C */
+#endif /* POLARSSL_PK_PARSE_C */
diff --git a/library/pkwrite.c b/library/pkwrite.c
index 741df08..022281d 100644
--- a/library/pkwrite.c
+++ b/library/pkwrite.c
@@ -25,7 +25,7 @@
 
 #include "polarssl/config.h"
 
-#if defined(POLARSSL_PK_C)
+#if defined(POLARSSL_PK_WRITE_C)
 
 #include "polarssl/pk.h"
 #include "polarssl/asn1write.h"
@@ -386,4 +386,4 @@
 }
 #endif /* POLARSSL_BASE64_C */
 
-#endif /* POLARSSL_PK_C */
+#endif /* POLARSSL_PK_WRITE_C */