Skip to content

Commit

Permalink
un-vendor urcrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-levan committed Sep 26, 2023
1 parent ef382a8 commit 2f16a2d
Show file tree
Hide file tree
Showing 152 changed files with 6 additions and 101,003 deletions.
12 changes: 6 additions & 6 deletions rust/ares/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions rust/ares/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ fn main() {

println!("cargo:rerun-if-changed=build.rs");
println!("cargo:rerun-if-changed=./src/pma");
println!("cargo:rerun-if-changed=./src/urcrypt");

match profile.as_ref() {
"debug" => debug(),
Expand Down Expand Up @@ -43,12 +42,6 @@ fn debug() {
.flag("-Wnested-externs")
.flag("-Wmissing-include-dirs")
.compile("pma_malloc");

let _urcrypt = autotools::Config::new("./src/urcrypt")
.reconf("-if")
.enable_shared()
.disable_static()
.build();
}

fn release() {
Expand Down
60 changes: 0 additions & 60 deletions rust/ares/src/urcrypt/.gitignore

This file was deleted.

130 changes: 0 additions & 130 deletions rust/ares/src/urcrypt/Makefile.am

This file was deleted.

36 changes: 0 additions & 36 deletions rust/ares/src/urcrypt/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions rust/ares/src/urcrypt/argon2/.gitattributes

This file was deleted.

21 changes: 0 additions & 21 deletions rust/ares/src/urcrypt/argon2/.gitignore

This file was deleted.

25 changes: 0 additions & 25 deletions rust/ares/src/urcrypt/argon2/.travis.yml

This file was deleted.

Loading

0 comments on commit 2f16a2d

Please sign in to comment.