Skip to content

Commit

Permalink
[nasa/nos3#352] Fix cross-compiling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnie-Ice committed Dec 19, 2024
1 parent 0b6fba8 commit 4e67544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sa/internal/sa_interface_inmemory.template.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ SaInterface get_sa_interface_inmemory(void)
* @brief Function: sa_load_file
* Loads saved sa_file
**/
int32_t sa_load_file()
int32_t sa_load_file(void)
{
FILE *sa_save_file;
int32_t status = CRYPTO_LIB_SUCCESS;
Expand Down

0 comments on commit 4e67544

Please sign in to comment.