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