Skip to content

Commit

Permalink
update rust allowlist
Browse files Browse the repository at this point in the history
  • Loading branch information
pnmadelaine committed Nov 28, 2023
1 parent 93541dc commit 6ef7a0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/hacl-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ fn create_bindings(include_path: &Path, home_dir: &Path) {
.allowlist_function("Hacl_RSAPSS_.*")
.allowlist_function("Hacl_AEAD_Chacha20Poly1305_.*")
.allowlist_function("Hacl_Hash_.*")
.allowlist_function("Hacl_Streaming_.*")
.allowlist_function("Hacl_Curve25519_.*")
.allowlist_function("Hacl_HKDF_.*")
.allowlist_function("Hacl_HMAC_.*")
Expand Down

0 comments on commit 6ef7a0d

Please sign in to comment.