]> git.cworth.org Git - fips/blobdiff - fips.c
Compile both 32-bit and 64-bit versions of the wrapper library.
[fips] / fips.c
diff --git a/fips.c b/fips.c
index dbb8158b6ea0eee2b79ffed8b1dbb31f46802acc..370a2eefab16d28c25b74eb87b645cee2d3c1a9b 100644 (file)
--- 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_fips_preload (argc - optind, &argv[optind]);
 
        return ret;
 }