Remove fips argument from crypt_backend_init()

It is really not needed, as it is detected automagically.
This commit is contained in:
Milan Broz
2025-11-13 21:29:51 +01:00
parent e609c47916
commit e4c498d15b
10 changed files with 12 additions and 15 deletions

View File

@@ -103,7 +103,7 @@ static int crypt_kernel_socket_init(struct sockaddr_alg *sa, int *tfmfd, int *op
return 0;
}
int crypt_backend_init(bool fips __attribute__((unused)))
int crypt_backend_init(void)
{
struct utsname uts;
struct sockaddr_alg sa = {