]> git.ipfire.org Git - people/ms/strongswan.git/blob - lib/libcrypto/libserpent/serpent_cbc.h
- fixed stroke error output to starter
[people/ms/strongswan.git] / lib / libcrypto / libserpent / serpent_cbc.h
1 /* Glue header */
2 #include "serpent.h"
3 int serpent_cbc_encrypt(serpent_context *ctx, const u_int8_t * in, u_int8_t * out, int ilen, const u_int8_t * iv, int encrypt);