From: couturie Date: Thu, 17 Aug 2017 18:33:03 +0000 (+0200) Subject: new X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/Cipher_code.git/commitdiff_plain/d735546871edb38c8bee499b5116489308f69193?ds=inline new --- 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? :-)