aboutsummaryrefslogtreecommitdiff
path: root/systest
diff options
context:
space:
mode:
authorMateusz Lenik <[email protected]>2018-03-08 10:02:43 +0100
committerMateusz Lenik <[email protected]>2018-03-08 17:24:55 +0100
commitdcbb45cc9d18261b8a4153ec19cb5462ea346640 (patch)
tree78fc050d9f4b4e4f809420097ad9a21a19186eab /systest
parentRemove the x509 module-level example (diff)
downloadarchived-rust-openssl-dcbb45cc9d18261b8a4153ec19cb5462ea346640.tar.xz
archived-rust-openssl-dcbb45cc9d18261b8a4153ec19cb5462ea346640.zip
Implement AES-{128,256}-CCM bindings
Diffstat (limited to 'systest')
-rw-r--r--systest/build.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/systest/build.rs b/systest/build.rs
index 76d0a950..58a1663e 100644
--- a/systest/build.rs
+++ b/systest/build.rs
@@ -59,7 +59,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/evp.h");
if !is_libressl {
cfg.header("openssl/cms.h");