Bump and cleanup deps and fix lints

This commit is contained in:
Jan Rüth 2025-10-07 18:28:23 +02:00 committed by Jan
commit 490340afa7
11 changed files with 38 additions and 50 deletions

View file

@ -1,7 +1,7 @@
use std::ffi;
extern "C" {
/// Calculates `out_len` bytes of the TLS PDF, using `digest`, and
/// Calculates `out_len` bytes of the TLS PRF, using `digest`, and
/// writes them to `out`. It returns one on success and zero on error.
///
/// This isn't part of the public headers in `BoringSSL` but it is exported