Skip to content

Commit

Permalink
utils: make it compatible with older gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
doegox committed Nov 17, 2016
1 parent 741f51e commit 481c7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CC=gcc
CFLAGS=-Wall
CFLAGS=-Wall -std=c99
PREFIX=/usr/local
BINS=aes_keyschedule des_keyschedule

Expand Down

0 comments on commit 481c7d2

Please sign in to comment.