This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Cross-compile environment for Android on ARMv7 and x86 | |
# | |
# Contents licensed under the terms of the OpenSSL license | |
# http://www.openssl.org/source/license.html | |
# | |
# See http://wiki.openssl.org/index.php/FIPS_Library_and_Android | |
# and http://wiki.openssl.org/index.php/Android | |
########################################################################### |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Automatic build script for libssl and libcrypto | |
# for iPhoneOS and iPhoneSimulator | |
# | |
# Created by Felix Schulze on 16.12.10. | |
# Copyright 2010 Felix Schulze. All rights reserved. | |
# | |
# Licensed under the Apache License, Version 2.0 (the "License"); | |
# you may not use this file except in compliance with the License. |