summaryrefslogtreecommitdiff
path: root/usr/src/common/openssl/crypto/uid.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/common/openssl/crypto/uid.c')
-rw-r--r--usr/src/common/openssl/crypto/uid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/common/openssl/crypto/uid.c b/usr/src/common/openssl/crypto/uid.c
index 73205a4baa..b1fd52bada 100644
--- a/usr/src/common/openssl/crypto/uid.c
+++ b/usr/src/common/openssl/crypto/uid.c
@@ -65,7 +65,7 @@ int OPENSSL_issetugid(void)
return issetugid();
}
-#elif defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_VXWORKS)
+#elif defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_VXWORKS) || defined(OPENSSL_SYS_NETWARE)
int OPENSSL_issetugid(void)
{