Do not load own OpenSSL backend context in FIPS mode.

In the FIPS mode keep configuration up to the system wide config.
This commit is contained in:
Milan Broz
2021-09-13 19:45:05 +02:00
parent 29ea07ef66
commit f8eb7b225a
10 changed files with 37 additions and 28 deletions

View File

@@ -21,6 +21,8 @@
#ifndef _UTILS_FIPS_H
#define _UTILS_FIPS_H
int crypt_fips_mode(void);
#include <stdbool.h>
bool crypt_fips_mode(void);
#endif /* _UTILS_FIPS_H */