X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=rsa.c;h=ef99f91f4967228908885764fca2ef2599ca111c;hb=4bc0381500403be5f3e40bc39f65a2d8fb75cf19;hp=8fc976b9fdc4c964d600cd88bd0f7e7bc520b320;hpb=9fe002edfab58aac700bb3b5a8ada0f38e3ac5ea;p=secnet.git diff --git a/rsa.c b/rsa.c index 8fc976b..ef99f91 100644 --- a/rsa.c +++ b/rsa.c @@ -85,7 +85,7 @@ static void verror_cfgfatal(struct load_ctx *l, struct cloc loc, FILE *maybe_f, const char *message, va_list args) { - vcfgfatal_maybefile(maybe_f,l->loc,l->what,message,args); + vcfgfatal_maybefile(maybe_f,l->loc,l->what,message,args,""); } struct rsapriv {