summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkus@openbsd.org <markus@openbsd.org>2015-07-08 19:09:25 +0000
committerDamien Miller <djm@mindrot.org>2015-07-15 15:36:55 +1000
commita3cc48cdf9853f1e832d78cb29bedfab7adce1ee (patch)
treec264a9554a860ddc98c359d910c83009eda89793
parenta635bd06b5c427a57c3ae760d3a2730bb2c863c0 (diff)
upstream commit
typedefs for Cipher&CipherContext are unused Upstream-ID: 50e6a18ee92221d23ad173a96d5b6c42207cf9a7
-rw-r--r--cipher.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/cipher.h b/cipher.h
index 62a88b42..06d4be4d 100644
--- a/cipher.h
+++ b/cipher.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cipher.h,v 1.47 2015/01/14 10:24:42 markus Exp $ */
+/* $OpenBSD: cipher.h,v 1.48 2015/07/08 19:09:25 markus Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -72,9 +72,6 @@ struct sshcipher_ctx {
const struct sshcipher *cipher;
};
-typedef struct sshcipher Cipher;
-typedef struct sshcipher_ctx CipherContext;
-
u_int cipher_mask_ssh1(int);
const struct sshcipher *cipher_by_name(const char *);
const struct sshcipher *cipher_by_number(int);