Skip to content

Commit

Permalink
lib-dcrypt: Reformatted ostream-encrypt.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanbosch committed Mar 18, 2018
1 parent 1f712a1 commit 0b2f845
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/lib-dcrypt/ostream-encrypt.h
Expand Up @@ -13,10 +13,9 @@ struct dcrypt_context_symmetric;
*/

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.
Expand All @@ -26,6 +25,6 @@ o_stream_create_encrypt(struct ostream *output,
*/
struct ostream *
o_stream_create_sym_encrypt(struct ostream *output,
struct dcrypt_context_symmetric *ctx);
struct dcrypt_context_symmetric *ctx);

#endif

0 comments on commit 0b2f845

Please sign in to comment.