diff options
Diffstat (limited to 'sys/crypto/openssl/arm/aesv8-armx.S')
-rw-r--r-- | sys/crypto/openssl/arm/aesv8-armx.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/crypto/openssl/arm/aesv8-armx.S b/sys/crypto/openssl/arm/aesv8-armx.S index b59badae62af..cf6d7a6ed4f0 100644 --- a/sys/crypto/openssl/arm/aesv8-armx.S +++ b/sys/crypto/openssl/arm/aesv8-armx.S @@ -19,7 +19,6 @@ .long 0x01,0x01,0x01,0x01 .long 0x0c0f0e0d,0x0c0f0e0d,0x0c0f0e0d,0x0c0f0e0d @ rotate-n-splat .long 0x1b,0x1b,0x1b,0x1b - .globl aes_v8_set_encrypt_key .type aes_v8_set_encrypt_key,%function .align 5 |