aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-03-09 00:05:44 +0000
committerRichard Levitte <levitte@openssl.org>2001-03-09 00:05:44 +0000
commit6ad07762364d3f2e48568d43f5b216d9f385150e (patch)
tree9ebefdc834eb42cb7f30b6ca33508078d123d127
parentca7fcc65ef5d99059bc108125336cb6cd0695f95 (diff)
downloadopenssl-6ad07762364d3f2e48568d43f5b216d9f385150e.tar.gz
In preparation for the coming release of 0.9.6a, prepare a branch for
engine-0.9.6-stable. There's no need to update this with the new bug fixes, it will get updated from the changes in OpenSSL_0_9_6-stable, just like any normal merge.
-rw-r--r--crypto/uid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/uid.c b/crypto/uid.c
index 734bddeb60..b5b61b76d4 100644
--- a/crypto/uid.c
+++ b/crypto/uid.c
@@ -64,7 +64,7 @@ int OPENSSL_issetugid(void)
return issetugid();
}
-#elif defined(OPENSSL_SYS_WIN32)
+#elif defined(WIN32)
int OPENSSL_issetugid(void)
{