commit | 74cd365b0377705c2cac9ac722d4cf2199625ecf | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Mon Feb 19 22:04:02 2001 +0000 |
committer | Richard Levitte <levitte@openssl.org> | Mon Feb 19 22:04:02 2001 +0000 |
tree | a4b72fe4a4289004f72ea78f57455a2e5ca09415 | |
parent | 2affbab9fcf9b8374fb334f4572338167b6a8ac9 [diff] [blame] |
Use the new-style system-identity macros.
diff --git a/crypto/uid.c b/crypto/uid.c index 5612af4..734bdde 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 @@ return issetugid(); } -#elif defined(WIN32) +#elif defined(OPENSSL_SYS_WIN32) int OPENSSL_issetugid(void) {