freeradius 1.0.4 segmentation fault
Konstantin Kubatkin
freeradius at 3logic.net
Tue Sep 13 14:40:54 CEST 2005
With the given correction works normally
--- crypt.c.orig 2005-03-18 17:06:37.000000000 +0200
+++ crypt.c 2005-09-13 15:32:33.000000000 +0300
@@ -20,7 +20,11 @@
#include "libradius.h"
#include <stdlib.h>
+#ifdef HAVE_CRYPT_H
+#include <crypt.h>
+#else
#include <unistd.h>
+#endif
#include <string.h>
#ifdef HAVE_PTHREAD_H
--
Konstantin Kubatkin [KUB-RIPE] [KUB-UANIC]
Kherson, TriLogiC Group
Fido: 2:468/13 at FidoNet
More information about the Freeradius-Users
mailing list