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

Private GIT Repository
new
authorcouturie <you@example.com>
Wed, 18 Jul 2018 07:56:43 +0000 (09:56 +0200)
committercouturie <you@example.com>
Wed, 18 Jul 2018 07:56:43 +0000 (09:56 +0200)
OneRoundIoT/openssl/Makefile

index d8be9cadc7e453e4983bae0bbe4be9aca2133646..4cef03576731ad032f11f6810e0411446fe52b6e 100644 (file)
@@ -23,7 +23,7 @@ openssl_evp_gcm: $(OBJ5)
        $(C) -o $@ $^ $(CFLAGS)
 
 %.o: %.c 
-       $(C) -c -o $@ $< $(CFLAGS)
+       $(C) -c -o $@ $<  -03
 
 
 clean: