Loading crypto/ex_data.c +1 −1 Original line number Diff line number Diff line Loading @@ -152,7 +152,7 @@ int crypto_get_ex_new_index_ex(OPENSSL_CTX *ctx, int class_index, long argl, OSSL_EX_DATA_GLOBAL *global = openssl_ctx_get_ex_data_global(ctx); if (global == NULL) goto err; return -1; ip = get_and_lock(ctx, class_index); if (ip == NULL) Loading Loading
crypto/ex_data.c +1 −1 Original line number Diff line number Diff line Loading @@ -152,7 +152,7 @@ int crypto_get_ex_new_index_ex(OPENSSL_CTX *ctx, int class_index, long argl, OSSL_EX_DATA_GLOBAL *global = openssl_ctx_get_ex_data_global(ctx); if (global == NULL) goto err; return -1; ip = get_and_lock(ctx, class_index); if (ip == NULL) Loading