From: Richard Levitte Date: Mon, 19 Feb 2001 22:04:02 +0000 (+0000) Subject: Use the new-style system-identity macros. X-Git-Tag: OpenSSL_0_9_6a-beta1~32^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74cd365b0377705c2cac9ac722d4cf2199625ecf;p=openssl Use the new-style system-identity macros. --- diff --git a/crypto/uid.c b/crypto/uid.c index 5612af48cf..734bddeb60 100644 --- a/crypto/uid.c +++ b/crypto/uid.c @@ -53,7 +53,7 @@ * */ -#include "openssl/crypto.h" +#include #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) {