Make no-asm work in fips mode. Add android platform.
diff --git a/Makefile.org b/Makefile.org
index ad95647..0f772b9 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -313,6 +313,7 @@
 	../crypto/evp/e_des3.o \
 	../crypto/evp/m_sha1.o \
 	../crypto/hmac/hmac.o \
+	../crypto/modes/cbc128.o \
 	../crypto/modes/cfb128.o \
 	../crypto/modes/ctr128.o \
 	../crypto/modes/ofb128.o \