]> AND Private Git Repository - Cipher_code.git/commitdiff
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
new
authorcouturie <couturie@extinction>
Thu, 17 Aug 2017 18:33:03 +0000 (20:33 +0200)
committercouturie <couturie@extinction>
Thu, 17 Aug 2017 18:33:03 +0000 (20:33 +0200)
OneRoundIoT/openssl/openssl_evp_ebc.c

index 45f579b5ebf8678b4e55784e1bdb480e2b06946c..e4fea7432fec9c2427c9bf626bf482dba379cb25 100644 (file)
@@ -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? :-)