Merge pull request #140 from tomoveu/fix-user-settings-ifdef

Fix typo on WOLFTPM_USER_SETTINGS ifdef
pull/141/head
David Garske 2021-01-22 09:16:08 -08:00 committed by GitHub
commit 30c4ace7cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
#include <wolftpm/visibility.h>
#include <stdint.h>
#ifdef WOLFTPM_USER_SETTINGS
#ifndef WOLFTPM_USER_SETTINGS
/* use generated options.h or a custom one */
#include <wolftpm/options.h>
#endif