summaryrefslogtreecommitdiffstats
path: root/sys/crypto/rc4/rc4.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/crypto/rc4/rc4.c')
-rw-r--r--sys/crypto/rc4/rc4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/crypto/rc4/rc4.c b/sys/crypto/rc4/rc4.c
index dbdbd7a..c2d5f96 100644
--- a/sys/crypto/rc4/rc4.c
+++ b/sys/crypto/rc4/rc4.c
@@ -122,7 +122,7 @@ rc4_modevent(module_t mod, int type, void *unused)
static moduledata_t rc4_mod = {
"rc4",
rc4_modevent,
- 0
+ NULL
};
DECLARE_MODULE(rc4, rc4_mod, SI_SUB_DRIVERS, SI_ORDER_FIRST);
MODULE_VERSION(rc4, 1);
OpenPOWER on IntegriCloud