summaryrefslogtreecommitdiff
path: root/cipher.h
diff options
context:
space:
mode:
Diffstat (limited to 'cipher.h')
-rw-r--r--cipher.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/cipher.h b/cipher.h
index 62a88b42e..06d4be4d7 100644
--- a/cipher.h
+++ b/cipher.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: cipher.h,v 1.47 2015/01/14 10:24:42 markus Exp $ */ 1/* $OpenBSD: cipher.h,v 1.48 2015/07/08 19:09:25 markus Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -72,9 +72,6 @@ struct sshcipher_ctx {
72 const struct sshcipher *cipher; 72 const struct sshcipher *cipher;
73}; 73};
74 74
75typedef struct sshcipher Cipher;
76typedef struct sshcipher_ctx CipherContext;
77
78u_int cipher_mask_ssh1(int); 75u_int cipher_mask_ssh1(int);
79const struct sshcipher *cipher_by_name(const char *); 76const struct sshcipher *cipher_by_name(const char *);
80const struct sshcipher *cipher_by_number(int); 77const struct sshcipher *cipher_by_number(int);