]> git.pld-linux.org Git - packages/ckermit.git/blob - ckermit-gcc4.patch
- gcc4 fix.
[packages/ckermit.git] / ckermit-gcc4.patch
1 --- ckermit-8.0.211/ck_crp.c.orig       2004-03-14 18:05:52.000000000 +0100
2 +++ ckermit-8.0.211/ck_crp.c    2005-06-12 17:07:45.000000000 +0200
3 @@ -467,8 +467,8 @@
4   * These function pointers point to the current routines
5   * for encrypting and decrypting data.
6   */
7 -static VOID     (*encrypt_output) P((unsigned char *, int));
8 -static int      (*decrypt_input) P((int));
9 +VOID     (*encrypt_output) P((unsigned char *, int));
10 +int      (*decrypt_input) P((int));
11  
12  #ifdef DEBUG
13  static int encrypt_debug_mode = 1;
This page took 0.053075 seconds and 3 git commands to generate.