Latest update.
This commit is contained in:
@@ -157,7 +157,8 @@ typedef struct ossl_ex_data_global_st {
|
||||
# define OPENSSL_CTX_FIPS_PROV_INDEX 9
|
||||
# define OPENSSL_CTX_SERIALIZER_STORE_INDEX 10
|
||||
# define OPENSSL_CTX_SELF_TEST_CB_INDEX 11
|
||||
# define OPENSSL_CTX_MAX_INDEXES 12
|
||||
# define OPENSSL_CTX_BIO_PROV_INDEX 12
|
||||
# define OPENSSL_CTX_MAX_INDEXES 13
|
||||
|
||||
typedef struct openssl_ctx_method {
|
||||
void *(*new_func)(OPENSSL_CTX *ctx);
|
||||
@@ -238,5 +239,6 @@ static ossl_inline void ossl_sleep(unsigned long millis)
|
||||
|
||||
char *sk_ASN1_UTF8STRING2text(STACK_OF(ASN1_UTF8STRING) *text, const char *sep,
|
||||
size_t max_len);
|
||||
char *ipaddr_to_asc(unsigned char *p, int len);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user