summaryrefslogtreecommitdiff
path: root/cipher.h
diff options
context:
space:
mode:
Diffstat (limited to 'cipher.h')
-rw-r--r--cipher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cipher.h b/cipher.h
index 752d0347e..6d929aaff 100644
--- a/cipher.h
+++ b/cipher.h
@@ -32,7 +32,7 @@
32 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 32 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33 */ 33 */
34 34
35/* RCSID("$OpenBSD: cipher.h,v 1.24 2000/12/09 13:41:52 markus Exp $"); */ 35/* RCSID("$OpenBSD: cipher.h,v 1.25 2000/12/19 23:17:56 markus Exp $"); */
36 36
37#ifndef CIPHER_H 37#ifndef CIPHER_H
38#define CIPHER_H 38#define CIPHER_H
@@ -103,7 +103,7 @@ struct Cipher {
103 void (*decrypt)(CipherContext *, u_char *, const u_char *, u_int); 103 void (*decrypt)(CipherContext *, u_char *, const u_char *, u_int);
104}; 104};
105 105
106unsigned int cipher_mask_ssh1(int client); 106u_int cipher_mask_ssh1(int client);
107Cipher *cipher_by_name(const char *name); 107Cipher *cipher_by_name(const char *name);
108Cipher *cipher_by_number(int id); 108Cipher *cipher_by_number(int id);
109int cipher_number(const char *name); 109int cipher_number(const char *name);