aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssl/crypto/crypto.h
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-05-20 03:07:21 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-05-20 03:07:21 +0000
commit4992dce6f65da6f5b4179d6be3b5a9ea5dd5d317 (patch)
treee7f95c15c384ed8e2353a161c6c0140dc37a5eb3 /crypto/openssl/crypto/crypto.h
parent88c1867f5c16352518047e7b4cdc1020101b6282 (diff)
parent5740a5e34c49bfc6885d8602958155fc91b62765 (diff)
downloadsrc-4992dce6f65da6f5b4179d6be3b5a9ea5dd5d317.tar.gz
src-4992dce6f65da6f5b4179d6be3b5a9ea5dd5d317.zip
Notes
Diffstat (limited to 'crypto/openssl/crypto/crypto.h')
-rw-r--r--crypto/openssl/crypto/crypto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/openssl/crypto/crypto.h b/crypto/openssl/crypto/crypto.h
index df6ccaff6d6b..09ae4cb89d8f 100644
--- a/crypto/openssl/crypto/crypto.h
+++ b/crypto/openssl/crypto/crypto.h
@@ -277,6 +277,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);