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
7 lines
117 B
C
7 lines
117 B
C
#include <openssl/opensslconf.h>
|
|
|
|
#ifdef OPENSSL_FIPS
|
|
# include "fips_err.h"
|
|
#else
|
|
static void *dummy=&dummy;
|
|
#endif
|