summaryrefslogtreecommitdiffstats
path: root/crypto/crypto.h
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2001-02-14 01:35:44 +0000
committerUlf Möller <ulf@openssl.org>2001-02-14 01:35:44 +0000
commit36fafffae21ddbc520dbe316accd2bca4ffac7ba (patch)
tree0cd14afdaa489f43de009bb0f7f8cca8fc5b13c5 /crypto/crypto.h
parentcdc7b8cc6000d2213bc1037df0dd14a48e5d8a2b (diff)
New function OPENSSL_issetugid(). Needs more work.
Diffstat (limited to 'crypto/crypto.h')
-rw-r--r--crypto/crypto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/crypto.h b/crypto/crypto.h
index 45309496a7..e251567cc3 100644
--- a/crypto/crypto.h
+++ b/crypto/crypto.h
@@ -279,6 +279,8 @@ int CRYPTO_is_mem_check_on(void);
const char *SSLeay_version(int type);
unsigned long SSLeay(void);
+int OPENSSL_issetugid(void);
+
int CRYPTO_get_ex_new_index(int idx, STACK_OF(CRYPTO_EX_DATA_FUNCS) **skp, long argl, void *argp,
CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
int CRYPTO_set_ex_data(CRYPTO_EX_DATA *ad, int idx, void *val);