Fix a file mode and more overlong lines

This commit is contained in:
kaleb-himes
2024-04-10 10:18:49 -06:00
parent 4a8443f0e4
commit 264dcd4e15
4 changed files with 3 additions and 3 deletions

0
IDE/WIN-SRTP-KDF-140-3/user_settings.h Executable file → Normal file
View File

View File

@@ -39,7 +39,7 @@
#undef HAVE_FIPS
#else
#if defined(HAVE_FIPS) && FIPS_VERSION3_GE(6,0,0)
/* set NO_WRAPPERS before headers, use direct internal f()s not wrappers */
/* set NO_WRAPPERS before headers, use direct internal f()s not wrappers */
#define FIPS_NO_WRAPPERS
#endif
#endif

View File

@@ -33,7 +33,7 @@
#undef HAVE_FIPS
#else
#if defined(HAVE_FIPS) && FIPS_VERSION3_GE(6,0,0)
/* set NO_WRAPPERS before headers, use direct internal f()s not wrappers */
/* set NO_WRAPPERS before headers, use direct internal f()s not wrappers */
#define FIPS_NO_WRAPPERS
#endif
#endif

View File

@@ -32,7 +32,7 @@
#undef HAVE_FIPS
#else
#if defined(HAVE_FIPS) && FIPS_VERSION3_GE(6,0,0)
/* set NO_WRAPPERS before headers, use direct internal f()s not wrappers */
/* set NO_WRAPPERS before headers, use direct internal f()s not wrappers */
#define FIPS_NO_WRAPPERS
#endif
#endif