File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 20
20
#define CRYPTO_STRUCTS_H
21
21
22
22
#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
+
34
34
35
35
/*
36
36
** Definitions
You can’t perform that action at this time.
0 commit comments