]> git.cworth.org Git - fips/blobdiff - fips.c
configure: Tighten up the text on a couple of messages
[fips] / fips.c
diff --git a/fips.c b/fips.c
index dbb8158b6ea0eee2b79ffed8b1dbb31f46802acc..02f67bb80fd1e6983d4680d132f19c966f2e8065 100644 (file)
--- a/fips.c
+++ b/fips.c
@@ -19,8 +19,8 @@
  * THE SOFTWARE.
  */
 
-#include <stdio.h>
-#include <stdlib.h>
+#include "fips.h"
+
 #include <limits.h>
 #include <getopt.h>
 
@@ -74,7 +74,7 @@ main (int argc, char *argv[])
                exit (1);
        }
 
-       ret = execute (argc - optind, &argv[optind]);
+       ret = execute_with_fips_preload (argc - optind, &argv[optind]);
 
        return ret;
 }