diff options
author | Martin Willi <martin@strongswan.org> | 2009-09-04 14:50:23 +0200 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-09-04 14:50:23 +0200 |
commit | 323f9f990fb28583bfaaaad04f9934c0f0e62052 (patch) | |
tree | 99a9f789388077bd6b2d51516d45b5d0112e3c9c /src/libstrongswan/crypto/crypters/crypter.h | |
parent | 7daf5226b74e14a6e0f1a888b0be26f3d246f9f8 (diff) | |
download | strongswan-323f9f990fb28583bfaaaad04f9934c0f0e62052.tar.bz2 strongswan-323f9f990fb28583bfaaaad04f9934c0f0e62052.tar.xz |
replaces four spaces by tabs, where appropriate
Diffstat (limited to 'src/libstrongswan/crypto/crypters/crypter.h')
-rw-r--r-- | src/libstrongswan/crypto/crypters/crypter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstrongswan/crypto/crypters/crypter.h b/src/libstrongswan/crypto/crypters/crypter.h index dc3c3a7ff..db7b267ea 100644 --- a/src/libstrongswan/crypto/crypters/crypter.h +++ b/src/libstrongswan/crypto/crypters/crypter.h @@ -56,9 +56,9 @@ enum encryption_algorithm_t { ENCR_CAMELLIA_CCM_ICV12 = 26, ENCR_CAMELLIA_CCM_ICV16 = 27, ENCR_UNDEFINED = 1024, - ENCR_DES_ECB = 1025, + ENCR_DES_ECB = 1025, ENCR_SERPENT_CBC = 1026, - ENCR_TWOFISH_CBC = 1027 + ENCR_TWOFISH_CBC = 1027 }; #define DES_BLOCK_SIZE 8 |