提交 74cd365b 编写于 作者: R Richard Levitte

Use the new-style system-identity macros.

上级 2affbab9
......@@ -53,7 +53,7 @@
*
*/
#include "openssl/crypto.h"
#include <openssl/crypto.h>
#if defined(__OpenBSD__) || (defined(__FreeBSD__) && __FreeBSD__ > 2)
......@@ -64,7 +64,7 @@ int OPENSSL_issetugid(void)
return issetugid();
}
#elif defined(WIN32)
#elif defined(OPENSSL_SYS_WIN32)
int OPENSSL_issetugid(void)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册