提交 b74ce8d9 编写于 作者: A Andy Polyakov

bn/bn_exp.c: Solaris-specific fix, T4 MONTMUL relies on alloca.

上级 a9d14832
......@@ -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))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册