X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=cipher.h;h=06d4be4d75e0428520574bab9ff1a083ecf11fc6;hb=ccacbc9b0331c30b8be12e8e0349e983abf28fc0;hp=62a88b42e6435a28883c81d49567c0d8ce418e9b;hpb=a3a40d7f4564dd662e960d21464917a0c3e2c9bf;p=android-x86%2Fexternal-openssh.git diff --git a/cipher.h b/cipher.h index 62a88b4..06d4be4 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 @@ -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);