Skip to content
  • Mike Hibler's avatar
    Fix secure-boot nonce calculation. · f131e866
    Mike Hibler authored
    On a 64-bit FreeBSD, struct timeval is 16 bytes rather than 8 and
    that is too big to fit in our nonce. We use the low 32-bits of those now.
    f131e866