cmake: fix `unseal` warning and add build to ignore

pull/202/head
Elms 2022-04-07 12:01:13 -07:00
parent fd1474c68b
commit a37d2387e0
2 changed files with 4 additions and 0 deletions

3
.gitignore vendored
View File

@ -32,6 +32,9 @@ RemoteSystemsTempFiles
IDE/IAR-EWARM/settings
wolftpm/options.h
# common cmake build location
build/
examples/wrap/wrap_test
examples/native/native_test
examples/bench/bench

View File

@ -28,6 +28,7 @@
#include <examples/seal/seal.h>
#include <examples/tpm_io.h>
#include <examples/tpm_test.h>
#include <examples/tpm_test_keys.h>
#include <stdio.h>
#include <stdlib.h> /* atoi */