diff options
Diffstat (limited to 'src/crypto/bn/asm/armv4-mont.pl')
-rw-r--r-- | src/crypto/bn/asm/armv4-mont.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/bn/asm/armv4-mont.pl b/src/crypto/bn/asm/armv4-mont.pl index 4206fd8..0f1b6a9 100644 --- a/src/crypto/bn/asm/armv4-mont.pl +++ b/src/crypto/bn/asm/armv4-mont.pl @@ -79,7 +79,7 @@ $_n0="$num,#14*4"; $_num="$num,#15*4"; $_bpend=$_num; $code=<<___; -#include <openssl/arm_arch.h> +#include "arm_arch.h" .text .code 32 |