Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-10-09 17:41:31 +0400
committerRichard Levitte <levitte@openssl.org>2002-10-09 17:41:31 +0400
commit6b7a46b721a92301300a2e92f1c20ee65faf54f7 (patch)
tree3e06d2dea8b6690ccf33992937cd3c3cf6fad4cf /crypto/uid.c
parentff90d659e65c0175787f7f964f3a0b96a029a1f8 (diff)
Add a few more VxWorks targets.
Correct misspelled VXWORKS macros. Add VXWORKS identifying macros to e_os2.h. Add required inclusions and mappings for VxWorks in e_os.h. A few small modifications to make OpenSSL build and work on VxWorks. PR: 253, except for the change that was handled in an earlier commit, and a request for easy build of just parts of OpenSSL.
Diffstat (limited to 'crypto/uid.c')
-rw-r--r--crypto/uid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/uid.c b/crypto/uid.c
index d3d249c36f..73205a4baa 100644
--- a/crypto/uid.c
+++ b/crypto/uid.c
@@ -65,7 +65,7 @@ int OPENSSL_issetugid(void)
return issetugid();
}
-#elif defined(OPENSSL_SYS_WIN32)
+#elif defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_VXWORKS)
int OPENSSL_issetugid(void)
{