[#OPENSSL_issetugid] = OPENSSL_issetugid :mrdocs: Report whether the process is running setuid/setgid (or otherwise "tainted"). == Synopsis Declared in `<openssl/crypto.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OPENSSL_issetugid(); ---- == Return Value Non‐zero if privileged credentials differ from real ones (or platform equivalent), else 0. [.small]#Created with https://www.mrdocs.com[MrDocs]#