X-Git-Url: https://git.librecmc.org/?p=oweals%2Ftinc.git;a=blobdiff_plain;f=src%2Fprotocol_auth.c;h=962f68113f667eba33b99b51ec5d335aa63387d5;hp=134e0f06b66b2d716423c9e0b010234db384d89a;hb=81f5713ab71944d51703653eab7f364fba0c482e;hpb=6c7172d694dcb80e538518282b6c4bd51818f1d2 diff --git a/src/protocol_auth.c b/src/protocol_auth.c index 134e0f0..962f681 100644 --- a/src/protocol_auth.c +++ b/src/protocol_auth.c @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: protocol_auth.c,v 1.1.4.19 2003/01/17 00:37:20 guus Exp $ + $Id: protocol_auth.c,v 1.1.4.20 2003/07/06 17:15:25 guus Exp $ */ #include "config.h" @@ -37,10 +37,6 @@ #include #include -#ifndef HAVE_RAND_PSEUDO_BYTES -#define RAND_pseudo_bytes RAND_bytes -#endif - #include "conf.h" #include "net.h" #include "netutl.h"