Moved PK key parsing from X509 module to PK module
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt
index 9eea7dc..fcd601c 100644
--- a/library/CMakeLists.txt
+++ b/library/CMakeLists.txt
@@ -41,6 +41,7 @@
      pkcs12.c
      pk.c
      pk_wrap.c
+     pkparse.c
      rsa.c
      sha1.c
      sha256.c