From 646e7cf3d7e7d4231c2d97d27c09fe5fe1d749e2 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 13 Mar 2002 12:47:54 +1100 Subject: Import of Niels Provos' 20020312 ssh-complete.diff PAM, Cygwin and OSF SIA will not work for sure --- cipher.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cipher.h') diff --git a/cipher.h b/cipher.h index b3b0303c7..c7724469b 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 */ -- cgit v1.2.3