osx_write.ggo: change default number of buffers from 3 to 5
[paraslash.git] / recv_common.c
index e39719da37dde6ab5524fc5d81880f0e4edb326b..0393d7641abbae85e9645e260417551d4e7fea8b 100644 (file)
@@ -25,9 +25,6 @@
 #include "recv.h"
 #include "string.h"
 
-void (*crypt_function_recv)(unsigned long len, const unsigned char *indata, unsigned char *outdata) = NULL;
-void (*crypt_function_send)(unsigned long len, const unsigned char *indata, unsigned char *outdata) = NULL;
-
 DEFINE_RECEIVER_ARRAY;
 static void *parse_receiver_args(int receiver_num, char *options)
 {