summaryrefslogtreecommitdiffstats
path: root/crypto/dso/dso_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/dso/dso_null.c')
-rw-r--r--crypto/dso/dso_null.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/dso/dso_null.c b/crypto/dso/dso_null.c
index ee6a31e32d..79e6eddca2 100644
--- a/crypto/dso/dso_null.c
+++ b/crypto/dso/dso_null.c
@@ -72,6 +72,7 @@ static DSO_METHOD dso_meth_null = {
#if 0
NULL, /* unbind */
#endif
+ NULL, /* ctrl */
NULL, /* init */
NULL /* finish */
};