mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-05-17 09:16:10 +00:00
8 lines
117 B
C
Executable File
8 lines
117 B
C
Executable File
#include <openssl/opensslconf.h>
|
|
|
|
#ifdef OPENSSL_FIPS
|
|
# include "fips_err.h"
|
|
#else
|
|
static void *dummy=&dummy;
|
|
#endif
|