Message ID | 1594845435-19164-3-git-send-email-zohar@linux.ibm.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/3] ima-evm-utils: address new compiler complaints | expand |
diff --git a/src/utils.c b/src/utils.c index 416a88c6dbe4..fbb6a4b540af 100644 --- a/src/utils.c +++ b/src/utils.c @@ -1,3 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0 +/* + * utils: set of common functions + * + * Copyright (C) 2020 Patrick Uiterwijk <patrick@puiterwijk.org> + * Copyright (C) 2010 Cyril Hrubis <chrubis@suse.cz> + */ #include <stdint.h> #include <stdio.h> #include <stdlib.h>
src/utils.c contains some common functions. Fixes: 03f99ea6d05b ("ima-evm-utils: Add support for Intel TSS2 for PCR reading") Reported-by: Petr Vorel <pvorel@suse.cz> Cc: Patrick Uiterwijk <patrick@puiterwijk.org> Signed-off-by: Mimi Zohar <zohar@linux.ibm.com> --- src/utils.c | 7 +++++++ 1 file changed, 7 insertions(+)