summaryrefslogtreecommitdiffstats
path: root/cipher.h
diff options
context:
space:
mode:
authortb@openbsd.org <tb@openbsd.org>2023-10-10 06:49:54 +0000
committerDamien Miller <djm@mindrot.org>2023-10-11 15:57:08 +1100
commit0354790826b97c41bbd171a965574e159b58d83e (patch)
treef386c7c0904ae8400ea3bd07022ada29d4823437 /cipher.h
parent8d29ee4115001a02641386ae394992c65ed279e0 (diff)
upstream: Garbage collect cipher_get_keyiv_len()
This is a compat20 leftover, unused since 2017. ok djm OpenBSD-Commit-ID: 91fa5497c9dc6883064624ac27813a567883fdce
Diffstat (limited to 'cipher.h')
-rw-r--r--cipher.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cipher.h b/cipher.h
index 1a591cd7..6533ff2b 100644
--- a/cipher.h
+++ b/cipher.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cipher.h,v 1.55 2020/01/23 10:24:29 dtucker Exp $ */
+/* $OpenBSD: cipher.h,v 1.56 2023/10/10 06:49:54 tb Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -73,6 +73,5 @@ u_int cipher_ctx_is_plaintext(struct sshcipher_ctx *);
int cipher_get_keyiv(struct sshcipher_ctx *, u_char *, size_t);
int cipher_set_keyiv(struct sshcipher_ctx *, const u_char *, size_t);
-int cipher_get_keyiv_len(const struct sshcipher_ctx *);
#endif /* CIPHER_H */