X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=dlwrap.c;h=0c57f752bdf039ac2f3e15b22e62e595884f887e;hb=c457e83d57b257f1f3aa7c39bbc0c60d127cc189;hp=3f91a870cb61e8741639f61564e324390e656ba6;hpb=56f628d7802e5807a47e3696ba0aab5c40461a07;p=fips diff --git a/dlwrap.c b/dlwrap.c index 3f91a87..0c57f75 100644 --- a/dlwrap.c +++ b/dlwrap.c @@ -23,16 +23,10 @@ #define _GNU_SOURCE #include -#include -#include - -#include +#include "fips.h" #include "dlwrap.h" -#define STRNCMP_LITERAL(var, literal) \ - strncmp ((var), (literal), sizeof (literal) - 1) - void *libfips_handle; typedef void * (* fips_dlopen_t)(const char * filename, int flag);