Skip to content

Commit

Permalink
agent: always use vendored OpenSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
jclulow committed Jul 12, 2023
1 parent 4ae0dc9 commit 1ecbee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "MPL-2.0"

[features]
default = []
default = ['vendored-openssl']
vendored-openssl = ['openssl/vendored']

[dependencies]
Expand Down

0 comments on commit 1ecbee7

Please sign in to comment.