diff options
| author | Gary Ching-Pang Lin <glin@suse.com> | 2013-09-26 11:58:01 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2013-09-26 11:58:01 -0400 |
| commit | 114dad494c9bdbbc9d8a57f56c1751621b79b92a (patch) | |
| tree | 671eb9e92edb1c6d218a4513b7ac10c3ec57893c /Makefile | |
| parent | 5a89835189b65ac053edc92246b5a9e74abeeea5 (diff) | |
| download | efi-boot-shim-114dad494c9bdbbc9d8a57f56c1751621b79b92a.tar.gz efi-boot-shim-114dad494c9bdbbc9d8a57f56c1751621b79b92a.zip | |
MokManager: support blowfish-based crypt() hash
Conflicts:
Makefile
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -36,8 +36,8 @@ TARGET = shim.efi MokManager.efi.signed fallback.efi.signed OBJS = shim.o netboot.o cert.o dbx.o KEYS = shim_cert.h ocsp.* ca.* shim.crt shim.csr shim.p12 shim.pem shim.key SOURCES = shim.c shim.h netboot.c signature.h PeImage.h -MOK_OBJS = MokManager.o PasswordCrypt.o -MOK_SOURCES = MokManager.c shim.h console_control.h PasswordCrypt.c PasswordCrypt.h +MOK_OBJS = MokManager.o PasswordCrypt.o crypt_blowfish.o +MOK_SOURCES = MokManager.c shim.h console_control.h PasswordCrypt.c PasswordCrypt.h crypt_blowfish.c crypt_blowfish.h FALLBACK_OBJS = fallback.o FALLBACK_SRCS = fallback.c |
