mirror of https://github.com/wolfSSL/wolfTPM.git
Merge pull request #140 from tomoveu/fix-user-settings-ifdef
Fix typo on WOLFTPM_USER_SETTINGS ifdefpull/141/head
commit
30c4ace7cc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue