Fraunhofer-SIT / charra

Proof-of-concept implementation of the "Challenge/Response Remote Attestation" interaction model of the IETF RATS Reference Interaction Models for Remote Attestation Procedures using TPM 2.0.
BSD 3-Clause "New" or "Revised" License
27 stars 20 forks source link

Lack of the core/charra_rim_mgr.h header file #18

Closed Asiderr closed 3 years ago

Asiderr commented 3 years ago

The last commit adds core/charra_rim_mgr.h header to the attester includes. But there is no such file in the scr/core directory.

Logs:

bob@e19a694f871a:~/charra$ make -j
make: *** No rule to make target 'obj/core/charra_rim_mgr.o', needed by 'bin/attester'.  Stop.

src/verifier.c:32:10: fatal error: core/charra_rim_mgr.h: No such file or directory
 #include "core/charra_rim_mgr.h"