summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThordur I. Bjornsson <thib@cvs.openbsd.org>2010-06-23 09:26:33 +0000
committerThordur I. Bjornsson <thib@cvs.openbsd.org>2010-06-23 09:26:33 +0000
commitf3fbfca1c4282fc4c7b4804c0a28e68508a66664 (patch)
tree87e3945e84be7ba8279ab5c69797ad92d9e678b0
parent8618d7cef6a91d896b097a5cc482cb5525fea42e (diff)
Zap a dead prototype, crypto_thread(); Leftover since crypto was
moved from a special kthread to workqs. OK dlg@
-rw-r--r--sys/crypto/cryptodev.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/crypto/cryptodev.h b/sys/crypto/cryptodev.h
index 042421932da..855ebd7a754 100644
--- a/sys/crypto/cryptodev.h
+++ b/sys/crypto/cryptodev.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cryptodev.h,v 1.50 2010/06/09 19:38:19 thib Exp $ */
+/* $OpenBSD: cryptodev.h,v 1.51 2010/06/23 09:26:32 thib Exp $ */
/*
* The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu)
@@ -315,7 +315,6 @@ int crypto_register(u_int32_t, int *,
int crypto_kregister(u_int32_t, int *, int (*)(struct cryptkop *));
int crypto_unregister(u_int32_t, int);
int32_t crypto_get_driverid(u_int8_t);
-void crypto_thread(void);
int crypto_invoke(struct cryptop *);
int crypto_kinvoke(struct cryptkop *);
void crypto_done(struct cryptop *);