1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

- Fix build with gcc41

PR:		ports/103748
Submitted by:	trasz <trasz@pin.if.uz.zgora.pl>
This commit is contained in:
Pav Lucistnik 2006-09-28 16:31:06 +00:00
parent 5e20762517
commit d60ad805ee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174042

View File

@ -12,3 +12,14 @@ $FreeBSD$
return(rc);
}
@@ -467,8 +467,8 @@
* These function pointers point to the current routines
* for encrypting and decrypting data.
*/
-static VOID (*encrypt_output) P((unsigned char *, int));
-static int (*decrypt_input) P((int));
+VOID (*encrypt_output) P((unsigned char *, int));
+int (*decrypt_input) P((int));
#ifdef DEBUG
static int encrypt_debug_mode = 1;