X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fcrypto.h;h=09ae4cb89d8fe67f1ae67b580d202e69110d9210;hb=e5f3be2bbb8c7e5b7c29bfcb99004572e9f383af;hp=df6ccaff6d6b2af35001dadb4b46dad36993ca8a;hpb=dc931b1fca7837adeeedfdc68d526f566fb6f6ab;p=oweals%2Fopenssl.git diff --git a/crypto/crypto.h b/crypto/crypto.h index df6ccaff6d..09ae4cb89d 100644 --- a/crypto/crypto.h +++ b/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);