Fix deprecated call

This commit is contained in:
Kornel 2026-01-19 22:31:45 +00:00 committed by Kornel
parent 35774a0116
commit 05e3aafd0b

View File

@ -1039,7 +1039,7 @@ impl SslContextBuilder {
has_shared_cert_store: false,
};
builder.set_ex_data(*RPK_FLAG_INDEX, is_rpk);
builder.replace_ex_data(*RPK_FLAG_INDEX, is_rpk);
builder
}