Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ static const jint fixed_method_table_size = sizeof(fixed_method_table) / sizeof(
// JNI Method Registration Table End

// IMPORTANT: If you add any NETTY_JNI_UTIL_LOAD_CLASS or NETTY_JNI_UTIL_FIND_CLASS calls you also need to update
// Quiche to reflect that.
// BoringSSL to reflect that.
static jint netty_incubator_codec_ohttp_hpke_boringssl_JNI_OnLoad(JNIEnv* env, char const* packagePrefix) {
int ret = JNI_ERR;
int staticallyRegistered = 0;
Expand Down
Loading