You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
Same rationale as the previous commits.
(cherry picked from commit 422196759f)
Removed the winrt-specific parts.
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
|