mirror of
https://github.com/openssl/openssl.git
synced 2024-11-24 18:43:34 +08:00
Use the new-style system-identity macros.
This commit is contained in:
parent
2affbab9fc
commit
74cd365b03
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user