diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2018-02-14 08:00:47 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-14 08:00:47 +0100 |
| commit | ac5cce5e9513eba34745f7e1e90c320ec92390f9 (patch) | |
| tree | 0ccca56f5fbc3fde1bc00ee72e272b842329c62f /thirdparty/openssl/buildinf.h | |
| parent | e7351ecdf5f14f1b6a8733f91fd90646406d77a5 (diff) | |
| parent | bd3c27ba7862d50b1bf54733e9f890f7084a9ea5 (diff) | |
Merge pull request #16519 from Faless/mbedtls
Replace OpenSSL with mbedTLS
Diffstat (limited to 'thirdparty/openssl/buildinf.h')
| -rw-r--r-- | thirdparty/openssl/buildinf.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/thirdparty/openssl/buildinf.h b/thirdparty/openssl/buildinf.h deleted file mode 100644 index 2e287c42d8..0000000000 --- a/thirdparty/openssl/buildinf.h +++ /dev/null @@ -1,5 +0,0 @@ -#ifndef MK1MF_BUILD -# define CFLAGS "-DB_ENDIAN" -# define PLATFORM "macos" -# define DATE "Sun Feb 27 19:44:16 MET 2000" -#endif |