diff options
| author | Peter Jones <pjones@redhat.com> | 2020-08-17 15:47:19 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2020-10-15 19:17:35 -0400 |
| commit | 890563ee7e2a1b6aa9642cf2e4c36b0eec90822c (patch) | |
| tree | df28944d116376fc61c00876fe25f8fac48689a7 /Makefile | |
| parent | 74b05de7d19fa4f462b6e228a8a03f8ee242b673 (diff) | |
| download | efi-boot-shim-890563ee7e2a1b6aa9642cf2e4c36b0eec90822c.tar.gz efi-boot-shim-890563ee7e2a1b6aa9642cf2e4c36b0eec90822c.zip | |
Fix some mokmanager deletion paths
This fixes several codepaths where MokList and MokListX are supposed to
be deleted, but are not. It also adds debug logging to much of the
deletion codepath.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ endif OBJS = shim.o mok.o netboot.o cert.o replacements.o tpm.o version.o errlog.o KEYS = shim_cert.h ocsp.* ca.* shim.crt shim.csr shim.p12 shim.pem shim.key shim.cer ORIG_SOURCES = shim.c mok.c netboot.c replacements.c tpm.c errlog.c shim.h version.h $(wildcard include/*.h) -MOK_OBJS = MokManager.o PasswordCrypt.o crypt_blowfish.o +MOK_OBJS = MokManager.o PasswordCrypt.o crypt_blowfish.o errlog.o ORIG_MOK_SOURCES = MokManager.c PasswordCrypt.c crypt_blowfish.c shim.h $(wildcard include/*.h) FALLBACK_OBJS = fallback.o tpm.o errlog.o ORIG_FALLBACK_SRCS = fallback.c |
