RT4320/GH705: Fix PEM parsing bug.
[openssl.git] / crypto / bn / asm / armv4-gf2m.pl
index 227581e10c7fed7e1f9aac97f3fe31bd2350d384..22aa4830f8edcee997589b1528e52412ec6b3105 100644 (file)
@@ -51,7 +51,7 @@ $code=<<___;
 #include "arm_arch.h"
 
 .text
-#if defined(__thumb2__) && !defined(__APPLE__)
+#if defined(__thumb2__)
 .syntax        unified
 .thumb
 #else