use ipmiblob library from ipmi-blob-tool

Drop all code that is now handled by the ipmiblob library provided by
the new ipmi-blob-tool.  This is a library that can be included on the
BMC if necessary, but relies on nothing that is strictly meant for the
BMC.

Change-Id: I2b02ae0d432e84c08e598d27eef85b57c06a70fc
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/Makefile.am b/Makefile.am
index a5d2779..d777c20 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,7 +34,6 @@
 	ipmi.cpp \
 	manager.cpp \
 	process.cpp \
-	crc.cpp \
 	utils.cpp \
 	internal/sys.cpp \
 	fs.cpp
@@ -45,6 +44,7 @@
 	$(PHOSPHOR_LOGGING_LIBS) \
 	$(LIBIPMID_LIBS) \
 	$(CODE_COVERAGE_LIBS) \
+	$(IPMIBLOB_LIBS) \
 	-lstdc++fs \
 	-export-dynamic \
 	-version-info 0:0:0 -shared
@@ -54,6 +54,7 @@
 	$(PHOSPHOR_LOGGING_CFLAGS) \
 	$(LIBIPMID_CFLAGS) \
 	$(CODE_COVERAGE_CXXFLAGS) \
+	$(IPMIBLOB_CFLAGS) \
 	-flto
 
 nobase_include_HEADERS = \