From d735546871edb38c8bee499b5116489308f69193 Mon Sep 17 00:00:00 2001 From: couturie Date: Thu, 17 Aug 2017 20:33:03 +0200 Subject: [PATCH] new --- OneRoundIoT/openssl/openssl_evp_ebc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OneRoundIoT/openssl/openssl_evp_ebc.c b/OneRoundIoT/openssl/openssl_evp_ebc.c index 45f579b..e4fea74 100644 --- a/OneRoundIoT/openssl/openssl_evp_ebc.c +++ b/OneRoundIoT/openssl/openssl_evp_ebc.c @@ -137,7 +137,7 @@ int decrypt(unsigned char *ciphertext, int ciphertext_len, unsigned char *key, } -int main (void) +int main (int argc, char** argv) { /* Set up the key and iv. Do I need to say to not hard code these in a * real application? :-) -- 2.39.5