summaryrefslogtreecommitdiffstats
path: root/src/windows/wintel/encrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/wintel/encrypt.c')
-rw-r--r--src/windows/wintel/encrypt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/windows/wintel/encrypt.c b/src/windows/wintel/encrypt.c
index bbb5496d6b..6d97ccd5d3 100644
--- a/src/windows/wintel/encrypt.c
+++ b/src/windows/wintel/encrypt.c
@@ -86,8 +86,8 @@
* These function pointers point to the current routines
* for encrypting and decrypting data.
*/
-void (*encrypt_output) P((unsigned char *, int));
-int (*decrypt_input) P((int));
+void (*encrypt_output) (unsigned char *, int);
+int (*decrypt_input) (int);
#ifdef DEBUG
int encrypt_debug_mode = 1;