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) |
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 *); | |||
81 | void cipher_set_key_string(CipherContext *, Cipher *, const char *, int); | 81 | void cipher_set_key_string(CipherContext *, Cipher *, const char *, int); |
82 | u_int cipher_blocksize(Cipher *); | 82 | u_int cipher_blocksize(Cipher *); |
83 | u_int cipher_keylen(Cipher *); | 83 | u_int cipher_keylen(Cipher *); |
84 | |||
85 | void cipher_get_keyiv(CipherContext *, u_char *, u_int); | ||
86 | #endif /* CIPHER_H */ | 84 | #endif /* CIPHER_H */ |