diff src/lib-dcrypt/test-crypto.c @ 20596:9a2ac2a69648

lib-dcrypt: add dcrypt-iostream.h Move everything from dcrypt-iostream-private.h and enum io_stream_encrypt_flags to the new dcrypt-iostream.h file.
author Martti Rannanjärvi <martti.rannanjarvi@dovecot.fi>
date Sat, 06 Aug 2016 22:07:00 +0300
parents e8a810c9c96c
children 90d375d8878e
line wrap: on
line diff
--- a/src/lib-dcrypt/test-crypto.c	Fri Aug 05 15:21:29 2016 +0300
+++ b/src/lib-dcrypt/test-crypto.c	Sat Aug 06 22:07:00 2016 +0300
@@ -2,10 +2,10 @@
 #include "buffer.h"
 #include "str.h"
 #include "dcrypt.h"
+#include "dcrypt-iostream.h"
 #include "ostream.h"
 #include "ostream-encrypt.h"
 #include "istream.h"
-#include "istream-decrypt.h"
 #include "iostream-temp.h"
 #include "randgen.h"
 #include "test-common.h"