Skip to content

Commit

Permalink
update crapto1 and fix compiling warnings
Browse files Browse the repository at this point in the history
Crapto1 library from proxmark3 repo
  • Loading branch information
vk496 committed Nov 22, 2018
1 parent ba072f1 commit 0723f53
Show file tree
Hide file tree
Showing 8 changed files with 751 additions and 624 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ AC_FUNC_REALLOC
AC_CHECK_FUNCS([memset])

# C99
CFLAGS="$CFLAGS -std=c99"
CFLAGS="$CFLAGS -std=c99 -O3 -Wall"

AC_CONFIG_FILES([Makefile
src/Makefile])
Expand Down
4 changes: 2 additions & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ AM_CFLAGS = @libnfc_CFLAGS@

bin_PROGRAMS = mfoc

noinst_HEADERS = crapto1.h mfoc.h mifare.h nfc-utils.h
noinst_HEADERS = crapto1.h mfoc.h mifare.h nfc-utils.h parity.h

mfoc_SOURCES = crapto1.c crypto1.c mfoc.c mifare.c nfc-utils.c
mfoc_SOURCES = crapto1.c crypto1.c mfoc.c mifare.c nfc-utils.c parity.c
mfoc_LDADD = @libnfc_LIBS@

dist_man_MANS = mfoc.1
Loading

0 comments on commit 0723f53

Please sign in to comment.