提交 e6b0c000 编写于 作者: R Richard Levitte

Make sure the padlock code compiles correctly even on hardware that

doesn't have padlocks.
上级 eb2b33c2
......@@ -1319,7 +1319,12 @@ static RAND_METHOD padlock_rand = {
padlock_rand_status, /* rand status */
};
#endif /* COMPILE_HW_PADLOCK */
#else /* !COMPILE_HW_PADLOCK */
#ifndef OPENSSL_NO_DYNAMIC_ENGINE
OPENSSL_EXPORT
int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) { return 0; }
IMPLEMENT_DYNAMIC_CHECK_FN()
#endif
#endif /* !OPENSSL_NO_HW_PADLOCK */
#endif /* !OPENSSL_NO_HW */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册