A
lgorithmique
N
umérique
D
istribuée
Private GIT Repository
projects
/
Cipher_code.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
update of one round with last modifs
[Cipher_code.git]
/
OneRoundIoT
/
openssl
/
Makefile
diff --git
a/OneRoundIoT/openssl/Makefile
b/OneRoundIoT/openssl/Makefile
index e463ec3603868390487ff8735bb965ad18b5dbc0..65338fd9b09b7f32e7082d60b4e31ce6cfd58838 100644
(file)
--- 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 $@ $<
-O3
clean: