2017-02-17 16:47:43 +00:00
|
|
|
/*
|
|
|
|
* Building OpenSSL for the different architectures of all iOS and tvOS devices requires different settings.
|
|
|
|
* In order to be able to use assembly code on all devices, the choice was made to keep optimal settings for all
|
|
|
|
* devices and use this intermediate header file to use the proper opensslconf.h file for each architecture.
|
|
|
|
|
|
|
|
* See also https://github.com/x2on/OpenSSL-for-iPhone/issues/126 and referenced pull requests
|
|
|
|
*/
|
|
|
|
|
2017-03-04 12:06:21 +00:00
|
|
|
#include <TargetConditionals.h>
|
|
|
|
|