mingw-openssl/SOURCES/mingw-openssl-drop-unneeded-reference-to-dlfcn-h.patch
2021-10-08 13:46:48 +00:00

11 lines
294 B
Diff

--- crypto/fips/fips.c.orig 2010-10-07 23:33:08.293664062 +0200
+++ crypto/fips/fips.c 2010-10-07 23:33:20.723360688 +0200
@@ -57,7 +57,6 @@
#include <openssl/rsa.h>
#include <string.h>
#include <limits.h>
-#include <dlfcn.h>
#include <stdio.h>
#include <stdlib.h>
#include "fips_locl.h"