mirror of
https://github.com/godotengine/godot.git
synced 2025-01-18 20:40:57 +08:00
87f37bc5a3
-Built-in version of the library for Windows, Android and iOS (other OSs use system one) -Small fixes all around
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
|