提交 7526e2c0 编写于 作者: G Geoff Thorpe

As ENGINE_load_openbsd_dev_crypto() is an API function, it makes sense for

it to be defined on all platforms whether or not it is of any practical
use on them. This also resolves linker problems on "special" platforms,
such as win32.
上级 6d52f260
......@@ -55,7 +55,11 @@
#ifndef OPENSSL_OPENBSD_DEV_CRYPTO
static void *dummy=&dummy;
void ENGINE_load_openbsd_dev_crypto(void)
{
/* This is a NOP unless OPENSSL_OPENBSD_DEV_CRYPTO is defined */
return;
}
#else /* OPENSSL_OPENBSD_DEV_CRYPTO */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册