aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2009-05-12 18:30:40 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2009-05-14 13:55:55 +0200
commit42dd330305013701aca7a0ff6f265e4324a2ad39 (patch)
tree265accb8c0f617e5695e67425ec359394adc3f0e /src/libstrongswan
parentcb81cc1dc05b1b43484891d240284f4119a0b30a (diff)
downloadstrongswan-42dd330305013701aca7a0ff6f265e4324a2ad39.tar.bz2
strongswan-42dd330305013701aca7a0ff6f265e4324a2ad39.tar.xz
fixed caption
Diffstat (limited to 'src/libstrongswan')
-rw-r--r--src/libstrongswan/plugins/blowfish/blowfish_crypter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstrongswan/plugins/blowfish/blowfish_crypter.c b/src/libstrongswan/plugins/blowfish/blowfish_crypter.c
index 23d0ff8eb..cd7c36c28 100644
--- a/src/libstrongswan/plugins/blowfish/blowfish_crypter.c
+++ b/src/libstrongswan/plugins/blowfish/blowfish_crypter.c
@@ -64,7 +64,7 @@
#include "blowfish_crypter.h"
-#define BLOWFISH_BLOCK_SIZE 16
+#define BLOWFISH_BLOCK_SIZE 16
typedef struct private_blowfish_crypter_t private_blowfish_crypter_t;
@@ -86,7 +86,7 @@ struct private_blowfish_crypter_t {
BF_KEY schedule;
/**
- * Key size of this AES cypher object.
+ * Key size of this Blowfish cipher object.
*/
u_int32_t key_size;
};