X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/Cipher_code.git/blobdiff_plain/7c1b0a1b44332b0834fd4030e477612a3e2db712..d735546871edb38c8bee499b5116489308f69193:/OneRoundIoT/openssl/openssl_evp_ebc.c 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? :-)