From a4287ff4037bd607fe6dad0dc4ad114b0b22f9f6 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 8 Jun 2009 12:23:46 +1000 Subject: [PATCH] Include roken.h to fix build of example_evp_cipher test on Linux Signed-off-by: Love Hornquist Astrand --- lib/hcrypto/example_evp_cipher.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/hcrypto/example_evp_cipher.c b/lib/hcrypto/example_evp_cipher.c index eabb68ef8..46e2ffe16 100644 --- a/lib/hcrypto/example_evp_cipher.c +++ b/lib/hcrypto/example_evp_cipher.c @@ -40,6 +40,8 @@ #include #include +#include "roken.h" + /* key and initial vector */ static char key[16] = "\xaa\xbb\x45\xd4\xaa\xbb\x45\xd4"