internal file structure of iOS app is well defined with API to access the
directories without any hacks (I assume you weren't looking to access a
directory outside of your app)

https://developer.apple.com/library/content/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/FileSystemOverview/FileSystemOverview.html


On Wed, Nov 16, 2016 at 4:55 PM, Jeffrey Walton <noloa...@gmail.com> wrote:

> Is it possible to setup a CONF-less OpenSSL? If so, how?
>
> The use case is mobile apps, like Android, iOS and Windows Phone.
> There is no OPENSSLDIR per se; and the app's install directory will be
> a moving target like a UUID.
>
> I know hacks can be applied for iOS, like forgoing a macro and
> returning NSHomeDirectory(). But I think I would rather avoid the hack
> and go CONF-less.
>
> Jeff
> --
> openssl-users mailing list
> To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users
>
-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Reply via email to