mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-07-10 11:03:37 +00:00

Update Cryptlib to r16559 and openssl to 0.9.8zf Signed-off-by: Gary Ching-Pang Lin <glin@suse.com>
8 lines
119 B
C
8 lines
119 B
C
#include <openssl/opensslconf.h>
|
|
|
|
#ifdef OPENSSL_FIPS
|
|
# include "fips_err.h"
|
|
#else
|
|
static void *dummy = &dummy;
|
|
#endif
|