Enabled Digest calculations for data going to TSM - useful for verification
This commit is contained in:
@@ -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=
|
||||
|
Reference in New Issue
Block a user