Skip to content

Commit

Permalink
lib-dcrypt: Reformatted dcrypt-iostream.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanbosch committed Mar 18, 2018
1 parent 1b517bc commit a942cc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib-dcrypt/dcrypt-iostream.h
@@ -1,7 +1,8 @@
#ifndef DCRYPT_IOSTREAM_H
#define DCRYPT_IOSTREAM_H 1

static const unsigned char IOSTREAM_CRYPT_MAGIC[] = {'C','R','Y','P','T','E','D','\x03','\x07'};
static const unsigned char IOSTREAM_CRYPT_MAGIC[] =
{'C','R','Y','P','T','E','D','\x03','\x07'};
#define IOSTREAM_CRYPT_VERSION 2
#define IOSTREAM_TAG_SIZE 16

Expand Down

0 comments on commit a942cc0

Please sign in to comment.