12-STABLE/stand/efi/loader/main.c:1104:2: error: implicit declaration of function 've_efi_init' is invalid in C99 This is a few lines off in CURRENT, but I only built STABLE, not CURRENT 13-CUR/stand/efi/loader/main.c:1135:2: Obviously lib/libsecureboot/h/verify_file.h must be #included when EFI_SECUREBOOT is defined. I do not have a patch because that may go into some other header file that is included anyway. When you fix this: IMHO the coresponding comment above shold be inside the #ifdef. Rationale: editors supporting text folding will fold the block inside the #ifdef...#endif Thx in advance.