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:
2affbab
)
Use the new-style system-identity macros.
author
Richard Levitte
<levitte@openssl.org>
Mon, 19 Feb 2001 22:04:02 +0000
(22:04 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 19 Feb 2001 22:04:02 +0000
(22:04 +0000)
crypto/uid.c
patch
|
blob
|
history
diff --git
a/crypto/uid.c
b/crypto/uid.c
index 5612af48cfbd1be4ccf6eb283fb2877d57b16adf..734bddeb602bb097da8d50bcedff16a592168222 100644
(file)
--- 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(WIN32)
+#elif defined(
OPENSSL_SYS_
WIN32)
int OPENSSL_issetugid(void)
{