From 7f444afa1b62920265fec99a61cb4dc53d521956 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 22 Jan 2015 15:13:53 +0100 Subject: import: rename --verify=sum to --verify=checksum This is how we call it internally, and also a bit more descriptive. --- src/shared/import-util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared/import-util.h') diff --git a/src/shared/import-util.h b/src/shared/import-util.h index da87a4012b..ff155b0ff2 100644 --- a/src/shared/import-util.h +++ b/src/shared/import-util.h @@ -27,7 +27,7 @@ typedef enum ImportVerify { IMPORT_VERIFY_NO, - IMPORT_VERIFY_SUM, + IMPORT_VERIFY_CHECKSUM, IMPORT_VERIFY_SIGNATURE, _IMPORT_VERIFY_MAX, _IMPORT_VERIFY_INVALID = -1, -- cgit v1.2.3-54-g00ecf