vendor/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ladder_base.S in rbnacl-libsodium-1.0.8 vs vendor/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ladder_base.S in rbnacl-libsodium-1.0.9

- old
+ new

@@ -2,9 +2,13 @@ #include "ladder_base_namespace.h" #include "consts_namespace.h" .p2align 5 +#ifdef ASM_HIDE_SYMBOL +ASM_HIDE_SYMBOL ladder_base +ASM_HIDE_SYMBOL _ladder_base +#endif .globl ladder_base .globl _ladder_base #ifdef __ELF__ .type ladder_base, @function .type _ladder_base, @function