* Remove KeyInfo and use standard library to parse hex strings * One declaration per line, more useful name of key_from_hex_chars
5 lines
140 B
Makefile
5 lines
140 B
Makefile
AM_CPPFLAGS=-std=c++17 -I${top_srcdir}/src
|
|
TESTS=scsi
|
|
check_PROGRAMS=scsi
|
|
scsi_SOURCES=catch.hpp scsi.cpp ${top_srcdir}/src/scsiencrypt.cpp
|