Fix typo on WOLFTPM_USER_SETTINGS ifdef

POSIX options.h is used when USER_SETTINGS are not available

Signed-off-by: Dimitar Tomov <dimi@wolfssl.com>
pull/140/head
Dimitar Tomov 2021-01-22 19:08:58 +02:00
parent a0fb2f58ec
commit 529dcfe268
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