mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
bn/bn_exp.c: Solaris-specific fix, T4 MONTMUL relies on alloca.
This commit is contained in:
parent
a9d14832fd
commit
b74ce8d948
@ -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…
Reference in New Issue
Block a user