Include ssh-keygen in standalone bundle.

This commit is contained in:
Joey Hess 2013-11-08 14:29:47 -04:00
parent 7ccd107d7b
commit 28a64c8fd8
3 changed files with 4 additions and 0 deletions

View file

@ -30,6 +30,7 @@ bundledPrograms = catMaybes
#endif
, Just "rsync"
, Just "ssh"
, Just "ssh-keygen"
#ifndef mingw32_HOST_OS
, Just "sh"
#endif