summaryrefslogtreecommitdiff
path: root/mac-x86/crypto/fipsmodule/aesni-x86.S
diff options
context:
space:
mode:
Diffstat (limited to 'mac-x86/crypto/fipsmodule/aesni-x86.S')
-rw-r--r--mac-x86/crypto/fipsmodule/aesni-x86.S8
1 files changed, 4 insertions, 4 deletions
diff --git a/mac-x86/crypto/fipsmodule/aesni-x86.S b/mac-x86/crypto/fipsmodule/aesni-x86.S
index 17eeaeac..db7efffd 100644
--- a/mac-x86/crypto/fipsmodule/aesni-x86.S
+++ b/mac-x86/crypto/fipsmodule/aesni-x86.S
@@ -6,14 +6,14 @@
#include <boringssl_prefix_symbols_asm.h>
#endif
.text
-#ifndef NDEBUG
+#ifdef BORINGSSL_DISPATCH_TEST
#endif
.globl _aes_hw_encrypt
.private_extern _aes_hw_encrypt
.align 4
_aes_hw_encrypt:
L_aes_hw_encrypt_begin:
-#ifndef NDEBUG
+#ifdef BORINGSSL_DISPATCH_TEST
pushl %ebx
pushl %edx
call L000pic
@@ -818,7 +818,7 @@ L_aes_hw_ctr32_encrypt_blocks_begin:
pushl %ebx
pushl %esi
pushl %edi
-#ifndef NDEBUG
+#ifdef BORINGSSL_DISPATCH_TEST
pushl %ebx
pushl %edx
call L038pic
@@ -2403,7 +2403,7 @@ L097bad_keybits:
.align 4
_aes_hw_set_encrypt_key:
L_aes_hw_set_encrypt_key_begin:
-#ifndef NDEBUG
+#ifdef BORINGSSL_DISPATCH_TEST
pushl %ebx
pushl %edx
call L116pic