From: couturie <you@example.com>
Date: Wed, 18 Jul 2018 07:55:48 +0000 (+0200)
Subject: new
X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/Cipher_code.git/commitdiff_plain/90be20ee8644c83826a07153371cc412f6821bb7

new
---

diff --git a/OneRoundIoT/openssl/Makefile b/OneRoundIoT/openssl/Makefile
index e463ec3..d8be9ca 100644
--- a/OneRoundIoT/openssl/Makefile
+++ b/OneRoundIoT/openssl/Makefile
@@ -23,7 +23,7 @@ openssl_evp_gcm: $(OBJ5)
 	$(C) -o $@ $^ $(CFLAGS)
 
 %.o: %.c 
-	$(C) -c -o $@ $< 
+	$(C) -c -o $@ $< $(CFLAGS)
 
 
 clean: