Skip to content

Remove crypt.h

Bastian Germann requested to merge (removed):crypt into master

gb.crypt does not need crypt.h because it only uses crypt functions from unistd.h. On non-linux systems there is no crypt.h which causes autoconf to fail.

Merge request reports