Include err.h in FFI bindings

This commit is contained in:
Kornel 2026-01-16 17:28:34 +00:00 committed by Kornel
parent 5a3d1ae4b2
commit 97aa4a987e

View File

@ -784,6 +784,7 @@ fn generate_bindings(config: &Config) {
"curve25519.h",
"des.h",
"dtls1.h",
"err.h",
"hkdf.h",
#[cfg(not(feature = "fips"))]
"hpke.h",