diff options
Diffstat (limited to 'systest/build.rs')
| -rw-r--r-- | systest/build.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/systest/build.rs b/systest/build.rs index b12739f0..548d6080 100644 --- a/systest/build.rs +++ b/systest/build.rs @@ -47,6 +47,7 @@ fn main() { .header("openssl/rand.h") .header("openssl/pkcs12.h") .header("openssl/bn.h") + .header("openssl/aes.h") .header("openssl/ocsp.h"); cfg.type_name(|s, is_struct| { // Add some `*` on some callback parameters to get function pointer to |