diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-11-28 12:42:43 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-11-28 12:42:43 +0000 |
commit | 42e69fbdadda32684495c7917ec5332e0aea859a (patch) | |
tree | dd49ba37424f99355c4768e5942cf5048943f283 /Source/charon/transforms/crypters/crypter.c | |
parent | 7f0e85216e5f9190e5c59525ac31d1f554f295d6 (diff) | |
download | strongswan-42e69fbdadda32684495c7917ec5332e0aea859a.tar.bz2 strongswan-42e69fbdadda32684495c7917ec5332e0aea859a.tar.xz |
- AUTH_HMAC_MD5_96 and AUTH_HMAC_SHA1_96 implemented and tested...
Diffstat (limited to 'Source/charon/transforms/crypters/crypter.c')
-rw-r--r-- | Source/charon/transforms/crypters/crypter.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/charon/transforms/crypters/crypter.c b/Source/charon/transforms/crypters/crypter.c index 79a02cf02..8a9f590d3 100644 --- a/Source/charon/transforms/crypters/crypter.c +++ b/Source/charon/transforms/crypters/crypter.c @@ -23,6 +23,8 @@ #include "crypter.h" +#include <transforms/crypters/aes_cbc_crypter.h> + /** * string mappings for encryption_algorithm_t |