]> andersk Git - openssh.git/blobdiff - cipher.h
Import of Niels Provos' 20020312 ssh-complete.diff
[openssh.git] / cipher.h
index b3b0303c7f6079522b585d5d257462cdb6d39f04..c7724469be7fda2aba05a5114fe0ab1e09aa6402 100644 (file)
--- 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 */
This page took 0.030261 seconds and 4 git commands to generate.