diff options
Diffstat (limited to 'src/lib/libcrypto/crypto.h')
-rw-r--r-- | src/lib/libcrypto/crypto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/libcrypto/crypto.h b/src/lib/libcrypto/crypto.h index 52ee97b71a..9257673279 100644 --- a/src/lib/libcrypto/crypto.h +++ b/src/lib/libcrypto/crypto.h | |||
@@ -278,6 +278,8 @@ int CRYPTO_is_mem_check_on(void); | |||
278 | const char *SSLeay_version(int type); | 278 | const char *SSLeay_version(int type); |
279 | unsigned long SSLeay(void); | 279 | unsigned long SSLeay(void); |
280 | 280 | ||
281 | int OPENSSL_issetugid(void); | ||
282 | |||
281 | int CRYPTO_get_ex_new_index(int idx, STACK_OF(CRYPTO_EX_DATA_FUNCS) **skp, long argl, void *argp, | 283 | int CRYPTO_get_ex_new_index(int idx, STACK_OF(CRYPTO_EX_DATA_FUNCS) **skp, long argl, void *argp, |
282 | CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func); | 284 | CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func); |
283 | int CRYPTO_set_ex_data(CRYPTO_EX_DATA *ad, int idx, void *val); | 285 | int CRYPTO_set_ex_data(CRYPTO_EX_DATA *ad, int idx, void *val); |