File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ extern struct ScheduledJob* currentJob; /* Defined in schedule.c */
9898/* 2.15.1.0 = Updated for v12 API modifications */
9999/* 2.15.2.0 = Updated DTO for Warning to allow agent rotation */
100100/* 2.16.0.0 = Updated TPM for default passkey */
101- #define AGENT_VERSION 0x0002001000000000
101+ /* 2.16.0.1 = Updated Makefile for OpenSSL v3.x */
102+ #define AGENT_VERSION 0x0002001000000001
102103
103104#endif /* AGENT_H_ */
Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ OPENLIBS = -lcrypto -lcurl
3939
4040# TPM specific variables for the tpm2tss stack
4141# The following TSSLIBS definition is for the Raspberry Pi
42- RPI_TSSLIBS = -L/usr/lib/arm-linux-gnueabihf/engines-1.1/ -ltpm2tss
42+ RPI_TSSLIBS = -L/usr/lib/arm-linux-gnueabihf/engines-1.1/ -L/usr/lib/arm-linux-gnueabihf/engines-3/ - ltpm2tss
4343# The following TSSLIBS definition is for a linux machine
44- TSSLIBS = -ltpm2tss -L/usr/lib/x86_64-linux-gnu/engines-1.1/
44+ TSSLIBS = -ltpm2tss -L/usr/lib/x86_64-linux-gnu/engines-1.1/ -L/usr/lib/arm-linux-gnueabihf/engines-3/
4545
4646vpath % .c ./ ./lib ./wolfssl_wrapper
4747SRC := $(wildcard * .c) \
You can’t perform that action at this time.
0 commit comments