From 3a5b0233306a3db3a5db5b9ddc187c55e9b251f4 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 13 Mar 2002 13:19:42 +1100 Subject: Stupid djm commits experimental code to head instead of branch revert --- cipher.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'cipher.h') 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 */ -- cgit v1.2.1