Skip to content

Commit

Permalink
modes/asm/ghash-armv4.pl: improve interoperability with Android NDK.
Browse files Browse the repository at this point in the history
Reviewed-by: Tim Hudson <tjh@openssl.org>
  • Loading branch information
Andy Polyakov committed Sep 3, 2016
1 parent 047d97a commit 6cf412c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crypto/modes/asm/ghash-armv4.pl
Expand Up @@ -143,8 +143,10 @@ ()
#include "arm_arch.h"
.text
#if defined(__thumb2__)
#if defined(__thumb2__) || defined(__clang__)
.syntax unified
#endif
#if defined(__thumb2__)
.thumb
#else
.code 32
Expand Down

0 comments on commit 6cf412c

Please sign in to comment.