Commit 74cd365b authored by Richard Levitte's avatar Richard Levitte
Browse files

Use the new-style system-identity macros.

parent 2affbab9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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)
	{