mirror of https://github.com/getdnsapi/getdns.git
Remove mention of using the second bit in set_from_os to init OpenSSL as this no longer applies
This commit is contained in:
parent
d589adf120
commit
05016e3a3a
|
@ -1101,7 +1101,6 @@ getdns_service(getdns_context *context,
|
||||||
* (e.g. CRYPTO_THREADID_set_call) depending on the library version used.
|
* (e.g. CRYPTO_THREADID_set_call) depending on the library version used.
|
||||||
* @param context context that can be used immediately with other API calls
|
* @param context context that can be used immediately with other API calls
|
||||||
* @param set_from_os set to 1 to initialize the context with os defaults
|
* @param set_from_os set to 1 to initialize the context with os defaults
|
||||||
* the second bit set (2) prevents OpenSSL library initialization.
|
|
||||||
* @return GETDNS_RETURN_GOOD on success
|
* @return GETDNS_RETURN_GOOD on success
|
||||||
*/
|
*/
|
||||||
getdns_return_t
|
getdns_return_t
|
||||||
|
@ -1114,7 +1113,6 @@ getdns_context_create(getdns_context ** context, int set_from_os);
|
||||||
* (e.g. CRYPTO_THREADID_set_call) depending on the library version used.
|
* (e.g. CRYPTO_THREADID_set_call) depending on the library version used.
|
||||||
* @param context context that can be used immediately with other API calls
|
* @param context context that can be used immediately with other API calls
|
||||||
* @param set_from_os set to 1 to initialize the context with os defaults
|
* @param set_from_os set to 1 to initialize the context with os defaults
|
||||||
* the second bit set (2) prevents OpenSSL library initialization.
|
|
||||||
* @param malloc custom malloc function
|
* @param malloc custom malloc function
|
||||||
* @param realloc custom realloc function
|
* @param realloc custom realloc function
|
||||||
* @param free custom free function
|
* @param free custom free function
|
||||||
|
@ -1136,7 +1134,6 @@ getdns_context_create_with_memory_functions(
|
||||||
* (e.g. CRYPTO_THREADID_set_call) depending on the library version used.
|
* (e.g. CRYPTO_THREADID_set_call) depending on the library version used.
|
||||||
* @param context context that can be used immediately with other API calls
|
* @param context context that can be used immediately with other API calls
|
||||||
* @param set_from_os set to 1 to initialize the context with os defaults
|
* @param set_from_os set to 1 to initialize the context with os defaults
|
||||||
* the second bit set (2) prevents OpenSSL library initialization.
|
|
||||||
* @param userarg parameter passed to the custom malloc, realloc and free functions
|
* @param userarg parameter passed to the custom malloc, realloc and free functions
|
||||||
* @param malloc custom malloc function
|
* @param malloc custom malloc function
|
||||||
* @param realloc custom realloc function
|
* @param realloc custom realloc function
|
||||||
|
|
Loading…
Reference in New Issue