Enabled to build on cygwin, based on patch from David Love <fx@gnu.org>

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15075 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-05-03 17:02:23 +00:00
parent d0993b3ed9
commit 614d774dc6

View File

@@ -187,7 +187,7 @@ sigALRM(int sig)
#endif
#endif
#ifndef HAVE_SETITIMER
#if !defined(HAVE_SETITIMER) || defined(WIN32) || defined(__EMX__) || defined(__OS2__) || defined(__CYGWIN32__)
static void
des_not_rand_data(unsigned char *data, int size)
{
@@ -312,7 +312,7 @@ DES_rand_data(unsigned char *data, int size)
void
DES_rand_data(unsigned char *p, int s)
{
DES_not_rand_data (p, s);
des_not_rand_data (p, s);
}
#endif