diff options
| author | Fabio Alessandrelli | 2018-02-08 19:17:31 +0100 |
|---|---|---|
| committer | Fabio Alessandrelli | 2018-02-14 01:26:34 +0100 |
| commit | 6fcc8b7e1f415db55c6627630f622a37f6973714 (patch) | |
| tree | 80c267a7a5b36b5537d9bb4038687f391ce159e5 /thirdparty/openssl/crypto/fips_ers.c | |
| parent | 308b03b377fc0001542ad4cfe876fca3c2f49a00 (diff) | |
| download | godot-6fcc8b7e1f415db55c6627630f622a37f6973714.tar.gz godot-6fcc8b7e1f415db55c6627630f622a37f6973714.tar.zst godot-6fcc8b7e1f415db55c6627630f622a37f6973714.zip | |
Diffstat (limited to 'thirdparty/openssl/crypto/fips_ers.c')
| -rw-r--r-- | thirdparty/openssl/crypto/fips_ers.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/thirdparty/openssl/crypto/fips_ers.c b/thirdparty/openssl/crypto/fips_ers.c deleted file mode 100644 index 1788ed288..000000000 --- a/thirdparty/openssl/crypto/fips_ers.c +++ /dev/null @@ -1,7 +0,0 @@ -#include <openssl/opensslconf.h> - -#ifdef OPENSSL_FIPS -# include "fips_err.h" -#else -static void *dummy = &dummy; -#endif |
