]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-dcrypt: Reformatted ostream-encrypt.h.
authorStephan Bosch <stephan.bosch@dovecot.fi>
Sat, 17 Feb 2018 20:10:17 +0000 (21:10 +0100)
committerStephan Bosch <stephan.bosch@dovecot.fi>
Sun, 18 Mar 2018 13:57:16 +0000 (14:57 +0100)
src/lib-dcrypt/ostream-encrypt.h

index e2023b5e63e4321414fa234fac85323fcf418849..0b285476ed75523a414f385ac2ea52346dcdd094 100644 (file)
@@ -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.
@@ -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