]> andersk Git - openssh.git/blobdiff - cipher.h
- djm@cvs.openbsd.org 2010/01/30 02:54:53
[openssh.git] / cipher.h
index 6bb5719b0b34f310c9437283fd24150b1eb8067f..3dd2270bbe9e52f534a8dfc4cc6f092e53cd8451 100644 (file)
--- a/cipher.h
+++ b/cipher.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: cipher.h,v 1.35 2004/07/28 09:40:29 markus Exp $      */
+/* $OpenBSD: cipher.h,v 1.37 2009/01/26 09:58:15 markus Exp $ */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -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);
This page took 0.038462 seconds and 4 git commands to generate.