Skip to content

Commit 3aaa056

Browse files
committed
nsim: remove nsi_host_getenv.c/h now that in-tree support replaces it
Signed-off-by: Mike Szczys <mike@golioth.io>
1 parent 83dc268 commit 3aaa056

File tree

4 files changed

+1
-28
lines changed

4 files changed

+1
-28
lines changed

examples/zephyr/common/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,3 @@ if(CONFIG_GOLIOTH_SAMPLE_HARDCODED_CREDENTIALS AND CONFIG_GOLIOTH_SAMPLE_AUTH_TY
2929
include_cert(CONFIG_GOLIOTH_SAMPLE_HARDCODED_CRT_PATH crt)
3030
include_cert(CONFIG_GOLIOTH_SAMPLE_HARDCODED_KEY_PATH key)
3131
endif()
32-
33-
if(CONFIG_GOLIOTH_SAMPLE_CREDENTIALS_NSI)
34-
target_sources(native_simulator INTERFACE nsi_host_getenv.c)
35-
endif()

examples/zephyr/common/credentials_nsi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ LOG_MODULE_REGISTER(golioth_credentials_nsi, CONFIG_GOLIOTH_DEBUG_DEFAULT_LOG_LE
1212
#include <zephyr/init.h>
1313
#include <zephyr/net/tls_credentials.h>
1414

15-
#include "nsi_host_getenv.h"
15+
#include <nsi_host_trampolines.h>
1616

1717
/*
1818
* TLS credentials subsystem just remembers pointers to memory areas where

examples/zephyr/common/nsi_host_getenv.c

Lines changed: 0 additions & 14 deletions
This file was deleted.

examples/zephyr/common/nsi_host_getenv.h

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)