Use the new-style system-identity macros.

This commit is contained in:
Richard Levitte 2001-02-19 22:04:02 +00:00
parent 2affbab9fc
commit 74cd365b03

View File

@ -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)
{