]> git.pld-linux.org Git - packages/ckermit.git/blame - ckermit-gcc4.patch
- tabs in preamble
[packages/ckermit.git] / ckermit-gcc4.patch
CommitLineData
18b23bba
PS
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.048656 seconds and 4 git commands to generate.