aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/uid.c
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2001-02-19 23:57:18 +0000
committerUlf Möller <ulf@openssl.org>2001-02-19 23:57:18 +0000
commit15ed15d3e47defeb3ae9335aa2b628f7cdabf9b7 (patch)
tree23b8665eb35dd48408c6d903ee51b9416284413c /crypto/uid.c
parent54f7c8571f6d82fcf71ecec39ef4845f8be17d9d (diff)
downloadopenssl-15ed15d3e47defeb3ae9335aa2b628f7cdabf9b7.tar.gz
OPENSSL_issetugid() as in the main branch.
Diffstat (limited to 'crypto/uid.c')
-rw-r--r--crypto/uid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/uid.c b/crypto/uid.c
index 734bddeb60..5612af48cf 100644
--- a/crypto/uid.c
+++ b/crypto/uid.c
@@ -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(OPENSSL_SYS_WIN32)
+#elif defined(WIN32)
int OPENSSL_issetugid(void)
{