summaryrefslogtreecommitdiffstats
path: root/cipher.h
diff options
context:
space:
mode:
Diffstat (limited to 'cipher.h')
-rw-r--r--cipher.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cipher.h b/cipher.h
index b3b0303c..c7724469 100644
--- a/cipher.h
+++ b/cipher.h
@@ -81,4 +81,6 @@ void cipher_cleanup(CipherContext *);
void cipher_set_key_string(CipherContext *, Cipher *, const char *, int);
u_int cipher_blocksize(Cipher *);
u_int cipher_keylen(Cipher *);
+
+void cipher_get_keyiv(CipherContext *, u_char *, u_int);
#endif /* CIPHER_H */