diff --git a/lib/roken/verify.c b/lib/roken/verify.c index 525eba20c..1f2bd44bf 100644 --- a/lib/roken/verify.c +++ b/lib/roken/verify.c @@ -10,7 +10,7 @@ RCSID("$Id$"); #endif #include "roken.h" -#ifdef __ultrix +#if defined(__ultrix) || defined(sun) char *crypt(const char*, const char*); #endif