Преглед изворни кода

totemcrypt: fix build warning (unused variable)

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
Fabio M. Di Nitto пре 14 година
родитељ
комит
cde4468581
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      exec/totemcrypto.c

+ 0 - 1
exec/totemcrypto.c

@@ -651,7 +651,6 @@ int crypto_authenticate_and_decrypt (struct crypto_instance *instance,
 	unsigned char *buf,
 	unsigned char *buf,
 	int *buf_len)
 	int *buf_len)
 {
 {
-	int err = 0;
 	struct crypto_config_header *cch = (struct crypto_config_header *)buf;
 	struct crypto_config_header *cch = (struct crypto_config_header *)buf;
 
 
 	/*
 	/*