X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=fips.c;h=02f67bb80fd1e6983d4680d132f19c966f2e8065;hb=5381d581fe6d0c79a485f3179cd5505b7efb9336;hp=98cd9ba2ddf287ff3aeab11066b9f54c2124f723;hpb=1f4014b53a4dc77768f3998a6fd3b67024431fa3;p=fips diff --git a/fips.c b/fips.c index 98cd9ba..02f67bb 100644 --- a/fips.c +++ b/fips.c @@ -19,8 +19,8 @@ * THE SOFTWARE. */ -#include -#include +#include "fips.h" + #include #include @@ -74,7 +74,7 @@ main (int argc, char *argv[]) exit (1); } - ret = execute_with_preload (argc - optind, &argv[optind], "libfips.so"); + ret = execute_with_fips_preload (argc - optind, &argv[optind]); return ret; }