mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
678948068b
-=-=-=-=-=-=-=-=-=-=-=-=-= -Begin work on Navigation Meshes (simple pathfinding for now, will improve soon) -More doc on theme overriding -Upgraded OpenSSL to version without bugs -Misc bugfixes
8 lines
117 B
C
8 lines
117 B
C
#include <openssl/opensslconf.h>
|
|
|
|
#ifdef OPENSSL_FIPS
|
|
# include "fips_err.h"
|
|
#else
|
|
static void *dummy=&dummy;
|
|
#endif
|