Enabled Digest calculations for data going to TSM - useful for verification

This commit is contained in:
Deon George
2013-11-07 18:06:56 +11:00
parent b3334a2401
commit 0046a593ab
5 changed files with 81 additions and 4 deletions

View File

@@ -1,5 +1,9 @@
TSMAPIDIR=/opt/tivoli/tsm/client/api/bin64/sample
TSMLIB=-lApiTSM64
# ** For Digest Calculations, we need to link to openssl libraries, and enable USE_DIGEST in tsmpipe.h **
#TSMLIB=-lApiTSM64
TSMLIB=-lApiTSM64 -lssl
CC=gcc
CFLAGS=-g -W -Wall -Wextra -O -m64 -I$(TSMAPIDIR)
LDFLAGS=