fix minor typo in function return comment

This commit is contained in:
Chris Conlon
2021-04-08 16:37:16 -06:00
parent ea0f4580de
commit a4ebeac932

View File

@ -26021,7 +26021,7 @@ void wolfSSL_X509_STORE_free(WOLFSSL_X509_STORE* store)
* Get ex_data in WOLFSSL_STORE at given index * Get ex_data in WOLFSSL_STORE at given index
* @param store a pointer to WOLFSSL_X509_STORE structure * @param store a pointer to WOLFSSL_X509_STORE structure
* @param idx Index of ex_data to get data from * @param idx Index of ex_data to get data from
* @return void pointer to ex_data on success or NLL on failure * @return void pointer to ex_data on success or NULL on failure
*/ */
void* wolfSSL_X509_STORE_get_ex_data(WOLFSSL_X509_STORE* store, int idx) void* wolfSSL_X509_STORE_get_ex_data(WOLFSSL_X509_STORE* store, int idx)
{ {