diff --git a/Cargo.toml b/Cargo.toml index 4226b799..d710f6de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ doc = false [features] default = ["sev", "snp"] -openssl = ["dep:openssl", "rdrand"] +openssl = ["dep:openssl", "dep:rdrand"] hw_tests = [] dangerous_hw_tests = ["hw_tests"] sev = []