- Added base blowfish algorithm

diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt
index ecc2065..501a383 100644
--- a/library/CMakeLists.txt
+++ b/library/CMakeLists.txt
@@ -7,6 +7,7 @@
      asn1write.c
      base64.c
      bignum.c
+     blowfish.c
      camellia.c
      certs.c
      cipher.c