diff options
| author | Damien Miller <djm@mindrot.org> | 2002-03-13 13:19:42 +1100 |
|---|---|---|
| committer | Damien Miller <djm@mindrot.org> | 2002-03-13 13:19:42 +1100 |
| commit | 3a5b0233306a3db3a5db5b9ddc187c55e9b251f4 (patch) | |
| tree | 86478addb63771a9a1be0e13cfbdea9f964f963a /cipher.h | |
| parent | 3225fb454d0e79cf6f824dd00ff478749620277b (diff) | |
| download | platform_external_openssh-3a5b0233306a3db3a5db5b9ddc187c55e9b251f4.tar.gz platform_external_openssh-3a5b0233306a3db3a5db5b9ddc187c55e9b251f4.tar.bz2 platform_external_openssh-3a5b0233306a3db3a5db5b9ddc187c55e9b251f4.zip | |
Stupid djm commits experimental code to head instead of branch
revert
Diffstat (limited to 'cipher.h')
| -rw-r--r-- | cipher.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 */ |
