Add more NULL's to module data structures, in preparation for
[freeradius.git] / src / modules / rlm_digest / rlm_digest.c
index 04e8d63..b70f2ad 100644 (file)
@@ -497,7 +497,10 @@ module_t rlm_digest = {
                digest_authorize,       /* authorization */
                NULL,                   /* preaccounting */
                NULL,                   /* accounting */
-               NULL                    /* checksimul */
+               NULL,                   /* checksimul */
+               NULL,                   /* pre-proxy */
+               NULL,                   /* post-proxy */
+               NULL                    /* post-auth */
        },
        NULL,                           /* detach */
        NULL,                           /* destroy */