aboutsummaryrefslogtreecommitdiff
path: root/sys/opencrypto
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2020-01-08 22:16:26 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2020-01-08 22:16:26 +0000
commitec212149ad1fd5febe942a37b0fa80db88ea5b82 (patch)
tree24b1030dbd5da1065016f697dc2d87eda506643a /sys/opencrypto
parentd9b35549d41f70e9d80ef1ca4ac6bf318775252a (diff)
downloadsrc-ec212149ad1fd5febe942a37b0fa80db88ea5b82.tar.gz
src-ec212149ad1fd5febe942a37b0fa80db88ea5b82.zip
Remove no-longer-used function prototype.
Reported by: amd64-gcc
Notes
Notes: svn path=/head/; revision=356520
Diffstat (limited to 'sys/opencrypto')
-rw-r--r--sys/opencrypto/cryptodev.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/opencrypto/cryptodev.c b/sys/opencrypto/cryptodev.c
index 254482facd1b..c492e059089d 100644
--- a/sys/opencrypto/cryptodev.c
+++ b/sys/opencrypto/cryptodev.c
@@ -326,7 +326,6 @@ static struct fileops cryptofops = {
static struct csession *csefind(struct fcrypt *, u_int);
static bool csedelete(struct fcrypt *, u_int);
-static void cseadd(struct fcrypt *, struct csession *);
static struct csession *csecreate(struct fcrypt *, crypto_session_t, caddr_t,
u_int64_t, caddr_t, u_int64_t, u_int32_t, u_int32_t, struct enc_xform *,
struct auth_hash *);