aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/md.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cipher/md.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cipher/md.h b/cipher/md.h
index fc5d28df6..5903946c2 100644
--- a/cipher/md.h
+++ b/cipher/md.h
@@ -20,6 +20,7 @@
#ifndef G10_MD_H
#define G10_MD_H
+#include <stdio.h>
#include "types.h"
#include "rmd.h"
#include "sha1.h"
@@ -37,6 +38,7 @@ typedef struct {
byte buffer[MD_BUFFER_SIZE]; /* primary buffer */
int bufcount;
int secure;
+ FILE *debug;
} *MD_HANDLE;