diff options
Diffstat (limited to 'cipher.h')
-rw-r--r-- | cipher.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: cipher.h,v 1.50 2017/04/30 23:15:04 djm Exp $ */ | 1 | /* $OpenBSD: cipher.h,v 1.51 2017/05/04 01:33:21 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -59,8 +59,6 @@ int cipher_crypt(struct sshcipher_ctx *, u_int, u_char *, const u_char *, | |||
59 | int cipher_get_length(struct sshcipher_ctx *, u_int *, u_int, | 59 | int cipher_get_length(struct sshcipher_ctx *, u_int *, u_int, |
60 | const u_char *, u_int); | 60 | const u_char *, u_int); |
61 | void cipher_free(struct sshcipher_ctx *); | 61 | void cipher_free(struct sshcipher_ctx *); |
62 | int cipher_set_key_string(struct sshcipher_ctx **, | ||
63 | const struct sshcipher *, const char *, int); | ||
64 | u_int cipher_blocksize(const struct sshcipher *); | 62 | u_int cipher_blocksize(const struct sshcipher *); |
65 | u_int cipher_keylen(const struct sshcipher *); | 63 | u_int cipher_keylen(const struct sshcipher *); |
66 | u_int cipher_seclen(const struct sshcipher *); | 64 | u_int cipher_seclen(const struct sshcipher *); |