Marcus Meissner
7713de0e65
- Remove #include of unused fips.h to fix build with OpenSSL 1.1.1 (bsc#1149792) * add fipscheck-fips.h_not_needed.patch - Drop obsolete openssl-1_1-port.patch (upstream) OBS-URL: https://build.opensuse.org/request/show/731275 OBS-URL: https://build.opensuse.org/package/show/security/fipscheck?expand=0&rev=21
13 lines
428 B
Diff
13 lines
428 B
Diff
Index: fipscheck-1.5.0/src/filehmac.c
|
|
===================================================================
|
|
--- fipscheck-1.5.0.orig/src/filehmac.c 2019-09-16 12:47:15.843827233 +0200
|
|
+++ fipscheck-1.5.0/src/filehmac.c 2019-09-16 12:47:20.847857908 +0200
|
|
@@ -41,7 +41,6 @@
|
|
#include <sys/wait.h>
|
|
|
|
#if defined(WITH_OPENSSL)
|
|
-#include <openssl/fips.h>
|
|
#include <openssl/evp.h>
|
|
#include <openssl/hmac.h>
|
|
#elif defined(WITH_NSS)
|