Skip to content

Commit e570389

Browse files
authored
Merge pull request #298 from nasa/296-update-crypto-struct
[#296] Update Cryptostructs
2 parents f362333 + 7baa662 commit e570389

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

include/crypto_structs.h

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@
2020
#define CRYPTO_STRUCTS_H
2121

2222
#include "crypto_config.h"
23-
#include <stdio.h>
24-
25-
#ifdef NOS3 // NOS3/cFS build is ready
26-
#include "common_types.h"
27-
#else // Assume build outside of NOS3/cFS infrastructure
28-
#include <stdint.h>
29-
#include <stdio.h>
30-
#ifndef KMC_CFFI_EXCLUDE // Exclude libraries that CFFI parser can’t process
31-
#include <stdlib.h>
32-
#endif
33-
#endif
23+
24+
#ifdef NOS3 // NOS3/cFS build is ready
25+
#include "common_types.h"
26+
#endif // Assume build outside of NOS3/cFS infrastructure
27+
28+
#ifndef KMC_CFFI_EXCLUDE // Exclude libraries that CFFI parser can’t process
29+
#include <stdlib.h>
30+
#include <stdint.h>
31+
#include <stdio.h>
32+
#endif
33+
3434

3535
/*
3636
** Definitions

0 commit comments

Comments
 (0)