OPENSSL_issetugid() as in the main branch.

This commit is contained in:
Ulf Möller
2001-02-19 23:57:18 +00:00
parent 54f7c8571f
commit 15ed15d3e4
5 changed files with 24 additions and 14 deletions

View File

@@ -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)
{