X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/Cipher_code.git/blobdiff_plain/cf457ee9b22e34dcc92f91f0400035a2f7d85d82..3e754886bcfe700a4fd29e9ec33fbbc1598eebf1:/OneRoundIoT/openssl/Makefile

diff --git a/OneRoundIoT/openssl/Makefile b/OneRoundIoT/openssl/Makefile
index d123b57..c3cf5b7 100644
--- a/OneRoundIoT/openssl/Makefile
+++ b/OneRoundIoT/openssl/Makefile
@@ -6,7 +6,6 @@ OBJ =    pixmap_io.o openssl_evp.o
 openssl_evp: $(OBJ)
 	$(C) -o $@ $^ $(CFLAGS)
 
-
 %.o: %.c 
 	$(C) -c -o $@ $<