projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca7fcc6
)
In preparation for the coming release of 0.9.6a, prepare a branch for
author
Richard Levitte
<levitte@openssl.org>
Fri, 9 Mar 2001 00:05:44 +0000
(
00:05
+0000)
committer
Richard Levitte
<levitte@openssl.org>
Fri, 9 Mar 2001 00:05:44 +0000
(
00:05
+0000)
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.
crypto/uid.c
patch
|
blob
|
history
diff --git
a/crypto/uid.c
b/crypto/uid.c
index 734bddeb602bb097da8d50bcedff16a592168222..b5b61b76d4e35e1c9dc85729e945213f75994906 100644
(file)
--- 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)
{