diff options
Diffstat (limited to 'app/openssl/crypto/opensslconf-static.h')
-rw-r--r-- | app/openssl/crypto/opensslconf-static.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/openssl/crypto/opensslconf-static.h b/app/openssl/crypto/opensslconf-static.h new file mode 100644 index 00000000..f63a6e0a --- /dev/null +++ b/app/openssl/crypto/opensslconf-static.h @@ -0,0 +1,6 @@ +// Auto-generated - DO NOT EDIT! +#if defined(__LP64__) +#include "opensslconf-static-64.h" +#else +#include "opensslconf-static-32.h" +#endif |