diff options
Diffstat (limited to 'systest/build.rs')
| -rw-r--r-- | systest/build.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/systest/build.rs b/systest/build.rs index 5244ea11..700d8565 100644 --- a/systest/build.rs +++ b/systest/build.rs @@ -56,7 +56,8 @@ fn main() { .header("openssl/pkcs12.h") .header("openssl/bn.h") .header("openssl/aes.h") - .header("openssl/ocsp.h"); + .header("openssl/ocsp.h") + .header("openssl/cms.h"); cfg.type_name(|s, is_struct| { // Add some `*` on some callback parameters to get function pointer to // typecheck in C, especially on MSVC. |