X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=recv_common.c;h=0393d7641abbae85e9645e260417551d4e7fea8b;hp=e39719da37dde6ab5524fc5d81880f0e4edb326b;hb=883af7d8af543616fe4ca09b0273dd4f59848779;hpb=39ef1da5509461b18beb5b8f16ff6118c20c0ac6 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) {