diff options
Diffstat (limited to 'include/cipher.h')
-rw-r--r-- | include/cipher.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cipher.h b/include/cipher.h index 8544ee2e0..972b2ffe7 100644 --- a/include/cipher.h +++ b/include/cipher.h @@ -78,7 +78,9 @@ typedef struct { int bufcount; int secure; FILE *debug; + int guard1; struct md_digest_list_s *list; + int guard2; } *MD_HANDLE; |