summaryrefslogtreecommitdiff
path: root/src/libcrypto/libserpent/serpent_cbc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcrypto/libserpent/serpent_cbc.h')
-rw-r--r--src/libcrypto/libserpent/serpent_cbc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libcrypto/libserpent/serpent_cbc.h b/src/libcrypto/libserpent/serpent_cbc.h
new file mode 100644
index 000000000..3064fa3bc
--- /dev/null
+++ b/src/libcrypto/libserpent/serpent_cbc.h
@@ -0,0 +1,3 @@
+/* Glue header */
+#include "serpent.h"
+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);