Skip to content

Commit da3e8a2

Browse files
committed
fix: vendor openssl
1 parent 50e5a82 commit da3e8a2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ rustflags = ["-C", "target-cpu=native"]
33

44
[target.aarch64-unknown-linux-gnu]
55
linker = "aarch64-linux-gnu-gcc"
6-
rustflags = ["-C", "target-cpu=generic"]
6+
rustflags = ["-C", "target-cpu=generic", "-C", "target-feature=+aes,+neon"]

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ lazy_static = "1.4.0"
3636
log = "0.4.22"
3737
nanoid = "0.4.0"
3838
openidconnect = "3.5.0"
39+
openssl = { version = "0.10.75", features = ["vendored"] }
3940
paste = "1.0.14"
4041
prost = "0.13.0"
4142
prost-types = "0.13.0"

0 commit comments

Comments
 (0)