- simplify configure.in
[oweals/tinc.git] / src / protocol_auth.c
index 134e0f06b66b2d716423c9e0b010234db384d89a..962f68113f667eba33b99b51ec5d335aa63387d5 100644 (file)
@@ -17,7 +17,7 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
     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"
 */
 
 #include "config.h"
 #include <openssl/rand.h>
 #include <openssl/evp.h>
 
 #include <openssl/rand.h>
 #include <openssl/evp.h>
 
-#ifndef HAVE_RAND_PSEUDO_BYTES
-#define RAND_pseudo_bytes RAND_bytes
-#endif
-
 #include "conf.h"
 #include "net.h"
 #include "netutl.h"
 #include "conf.h"
 #include "net.h"
 #include "netutl.h"