From ad1fb8a46e09eccefb4de240e75f08289a2bd19f Mon Sep 17 00:00:00 2001 From: "[GGSuchao]" <[1500062807@pku.edu.cn]> Date: Tue, 4 Jul 2017 20:37:45 +0800 Subject: [PATCH] update --- include/openssl/simon.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/openssl/simon.h b/include/openssl/simon.h index 49f598ef..a0ce4d45 100644 --- a/include/openssl/simon.h +++ b/include/openssl/simon.h @@ -6,6 +6,8 @@ enum mode_t { ECB, CTR, CBC, CFB, OFB }; #endif +#include + enum simon_cipher_config_t { simon_64_32, simon_72_48, simon_96_48,