Loading crypto/bn/bn_exp.c +2 −0 Original line number Diff line number Diff line Loading @@ -124,6 +124,8 @@ # ifndef alloca # define alloca(s) __builtin_alloca((s)) # endif #elif defined(__sun) # include <alloca.h> #endif #if defined(OPENSSL_BN_ASM_MONT) && (defined(__sparc__) || defined(__sparc)) Loading Loading
crypto/bn/bn_exp.c +2 −0 Original line number Diff line number Diff line Loading @@ -124,6 +124,8 @@ # ifndef alloca # define alloca(s) __builtin_alloca((s)) # endif #elif defined(__sun) # include <alloca.h> #endif #if defined(OPENSSL_BN_ASM_MONT) && (defined(__sparc__) || defined(__sparc)) Loading