Go to the documentation of this file.
59 #if defined(__OpenBSD__) || (defined(__FreeBSD__) && __FreeBSD__ > 2)
61 #include OPENSSL_UNISTD
68 #elif defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_VXWORKS) || defined(OPENSSL_SYS_NETWARE)
77 #include OPENSSL_UNISTD
78 #include <sys/types.h>
82 if (getuid() != geteuid())
return 1;
83 if (getgid() != getegid())
return 1;