- Added base blowfish algorithm

diff --git a/library/Makefile b/library/Makefile
index 7b932b3..f282c5d 100644
--- a/library/Makefile
+++ b/library/Makefile
@@ -33,8 +33,8 @@
 endif
 
 OBJS=	aes.o		arc4.o		asn1parse.o		\
-		asn1write.o								\
-		base64.o	bignum.o	camellia.o		\
+		asn1write.o base64.o	bignum.o		\
+		blowfish.o	camellia.o					\
 		certs.o		cipher.o	cipher_wrap.o	\
 		ctr_drbg.o	debug.o		des.o			\
 		dhm.o		entropy.o	entropy_poll.o	\