Remove unused parameter from crypto_backend_init.

This commit is contained in:
Ondrej Kozina
2020-03-20 11:20:58 +01:00
parent fc48f9bc08
commit 1e94425279
8 changed files with 8 additions and 9 deletions

View File

@@ -110,7 +110,7 @@ static int crypt_kernel_socket_init(struct sockaddr_alg *sa, int *tfmfd, int *op
return 0;
}
int crypt_backend_init(struct crypt_device *ctx)
int crypt_backend_init(void)
{
struct utsname uts;
struct sockaddr_alg sa = {