summaryrefslogtreecommitdiffstats
path: root/CryptoPkg/CryptoPkg.ci.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'CryptoPkg/CryptoPkg.ci.yaml')
-rw-r--r--CryptoPkg/CryptoPkg.ci.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/CryptoPkg/CryptoPkg.ci.yaml b/CryptoPkg/CryptoPkg.ci.yaml
index e2d190a90c..2ade777aad 100644
--- a/CryptoPkg/CryptoPkg.ci.yaml
+++ b/CryptoPkg/CryptoPkg.ci.yaml
@@ -18,7 +18,9 @@
],
## Both file path and directory path are accepted.
"IgnoreFiles": [
- "Library/OpensslLib/openssl"
+ "Library/OpensslLib/openssl",
+ # this has OpenSSL interfaces that aren't UEFI spec compliant
+ "Library/OpensslLib/rand_pool.c"
]
},
"CompilerPlugin": {