Skip to content
  • Milan Broz's avatar
    Fix loopaesOpen for keyfile on standard input. · 8728ba08
    Milan Broz authored
    The change in keyfile processing caused that special loopAES
    keyfiles are no longer read from stdin if key-file argument is "-".
    
    Fix it by using /dev/stdin in cryptsetup if "-" is detected.
    (The libcryptsetup API no longer parses spacial meaning of "-" internally).
    
    Fixes #364.
    8728ba08