Make crypo a per fd feature
[paraslash.git] / audioc.c
index 0b0d2fb7006e6b9c60a9c0526c3d3d0259028463..8d8ad35f1e8c2080816d9da7ccf9e6a5a0363205 100644 (file)
--- a/audioc.c
+++ b/audioc.c
@@ -46,10 +46,6 @@ void para_log(int ll, const char* fmt,...)
        va_end(argp);
 }
 
        va_end(argp);
 }
 
-/* audioc does not use encryption */
-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;
-
 static char *concat_args(const int argc, char * const *argv)
 {
        int i; char *buf = NULL;
 static char *concat_args(const int argc, char * const *argv)
 {
        int i; char *buf = NULL;