diff options
Diffstat (limited to 'main/openssl/crypto/opensslconf.h')
m--------- | main/openssl | 0 | ||||
-rw-r--r-- | main/openssl/crypto/opensslconf.h | 10 |
2 files changed, 0 insertions, 10 deletions
diff --git a/main/openssl b/main/openssl new file mode 160000 +Subproject 4d377a9ce111930d8a8f06dc0e94a892a7f6c51 diff --git a/main/openssl/crypto/opensslconf.h b/main/openssl/crypto/opensslconf.h deleted file mode 100644 index 94212a08..00000000 --- a/main/openssl/crypto/opensslconf.h +++ /dev/null @@ -1,10 +0,0 @@ -// Auto-generated - DO NOT EDIT! -#ifndef OPENSSL_SYS_TRUSTY -#if defined(__LP64__) -#include "opensslconf-64.h" -#else -#include "opensslconf-32.h" -#endif -#else -#include "opensslconf-trusty.h" -#endif |