PKCS#5 module added. Moved PBKDF2 functionality inside and deprecated
old PBKDF2 module.
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt
index 801da88..5922598 100644
--- a/library/CMakeLists.txt
+++ b/library/CMakeLists.txt
@@ -30,6 +30,7 @@
      padlock.c
      pbkdf2.c
      pem.c
+     pkcs5.c
      pkcs11.c
      pkcs12.c
      rsa.c