*/
struct ostream *
-o_stream_create_encrypt(struct ostream *output,
- const char *algorithm,
- struct dcrypt_public_key *box_pub,
- enum io_stream_encrypt_flags flags);
+o_stream_create_encrypt(struct ostream *output, const char *algorithm,
+ struct dcrypt_public_key *box_pub,
+ enum io_stream_encrypt_flags flags);
/* create context for performing encryption with
preset crypto context. do not call ctx_sym_init.
*/
struct ostream *
o_stream_create_sym_encrypt(struct ostream *output,
- struct dcrypt_context_symmetric *ctx);
+ struct dcrypt_context_symmetric *ctx);
#endif