From 9ab1052dcdca9be06dcec8abc37103a70e358e73 Mon Sep 17 00:00:00 2001 From: Dag-Erling Smørgrav Date: Tue, 24 Feb 2009 18:49:27 +0000 Subject: Vendor import of OpenSSH 5.2p1 --- cipher.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cipher.h') diff --git a/cipher.h b/cipher.h index 49bbc1682b97..3dd2270bbe9e 100644 --- a/cipher.h +++ b/cipher.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cipher.h,v 1.36 2006/03/25 22:22:42 djm Exp $ */ +/* $OpenBSD: cipher.h,v 1.37 2009/01/26 09:58:15 markus Exp $ */ /* * Author: Tatu Ylonen @@ -81,6 +81,7 @@ void cipher_cleanup(CipherContext *); void cipher_set_key_string(CipherContext *, Cipher *, const char *, int); u_int cipher_blocksize(const Cipher *); u_int cipher_keylen(const Cipher *); +u_int cipher_is_cbc(const Cipher *); u_int cipher_get_number(const Cipher *); void cipher_get_keyiv(CipherContext *, u_char *, u_int); -- cgit v1.3