summaryrefslogtreecommitdiff
path: root/cipher.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-03-13 13:19:42 +1100
committerDamien Miller <djm@mindrot.org>2002-03-13 13:19:42 +1100
commit3a5b0233306a3db3a5db5b9ddc187c55e9b251f4 (patch)
tree86478addb63771a9a1be0e13cfbdea9f964f963a /cipher.h
parent3225fb454d0e79cf6f824dd00ff478749620277b (diff)
downloadopenssh-git-3a5b0233306a3db3a5db5b9ddc187c55e9b251f4.tar.gz
Stupid djm commits experimental code to head instead of branch
revert
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 c7724469..b3b0303c 100644
--- a/cipher.h
+++ b/cipher.h
@@ -81,6 +81,4 @@ 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 */