Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: michaeltyson/openssl-xcode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: AbstractEmbedded/openssl-xcode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 5 files changed
  • 1 contributor

Commits on May 17, 2019

  1. Updated xcode project targets and respective build scripts for target…

    …ing x86_x64 and ARM64 architectures:
    
    1. Removed no-kb5 and no-asm options from OpenSSL config.  no-kb5 option no longer exists.
    2.  Removed i386 and ppc architectures from build scripts.
    3. Modified Universal Build to output static lib for x86_64, arm64 and armv7 platforms.
    4.  Replaced gcc with clang.  Build tools bin is now located in the XCode toolchains path (eg CC=/usr/bin/clang).
    5. Replaced make argument CFLAG with CFLAGS.
    6. Added xcode project target crypto-ARM and crypto target script verbatim for targeting iOS and tvOS arm64 architectures.  crypto-ARM target build script was copied from crypto [OSX] target build script verbatim with one exception:  I replaced call to OpenSSL shortcut script “./config …” with explicit call to “./Configure ios64-cross …”.  Otherwise the ./config script will target x86_64 and there seems to be no variable to pass through ./config to ./Configure.
    joemoulton committed May 17, 2019
    Configuration menu
    Copy the full SHA
    c3bcb53 View commit details
    Browse the repository at this point in the history
  2. Update README.markdown

    joemoulton authored May 17, 2019
    Configuration menu
    Copy the full SHA
    039740f View commit details
    Browse the repository at this point in the history
  3. Update README.markdown

    joemoulton authored May 17, 2019
    Configuration menu
    Copy the full SHA
    6b60417 View commit details
    Browse the repository at this point in the history
  4. Update README.markdown

    joemoulton authored May 17, 2019
    Configuration menu
    Copy the full SHA
    37b5b31 View commit details
    Browse the repository at this point in the history
  5. Update README.markdown

    joemoulton authored May 17, 2019
    Configuration menu
    Copy the full SHA
    053783d View commit details
    Browse the repository at this point in the history
  6. Update README.markdown

    joemoulton authored May 17, 2019
    Configuration menu
    Copy the full SHA
    63c60a5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7bde24e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0d0ff00 View commit details
    Browse the repository at this point in the history
Loading