X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=recv_common.c;h=0393d7641abbae85e9645e260417551d4e7fea8b;hp=e39719da37dde6ab5524fc5d81880f0e4edb326b;hb=92072448134082d506c35be789f59f24dec4eaef;hpb=2a8029478dfc65f0c935d864faf4aea9e3deb27d diff --git a/recv_common.c b/recv_common.c index e39719da..0393d764 100644 --- a/recv_common.c +++ b/recv_common.c @@ -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) {