X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=fips.c;fp=fips.c;h=98cd9ba2ddf287ff3aeab11066b9f54c2124f723;hb=1f4014b53a4dc77768f3998a6fd3b67024431fa3;hp=dbb8158b6ea0eee2b79ffed8b1dbb31f46802acc;hpb=07d2b55d88742b0ca38507daae7101619f0b96d5;p=fips diff --git a/fips.c b/fips.c index dbb8158..98cd9ba 100644 --- a/fips.c +++ b/fips.c @@ -74,7 +74,7 @@ main (int argc, char *argv[]) exit (1); } - ret = execute (argc - optind, &argv[optind]); + ret = execute_with_preload (argc - optind, &argv[optind], "libfips.so"); return ret; }