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: crystal-lang/crystal
base: 3b196f5eda3a
Choose a base ref
...
head repository: crystal-lang/crystal
compare: 854cdcecc734
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Apr 2, 2017

  1. Fix: OpenSSL 1.1.0 renamed some symbols

    - sk_free => OPENSSL_sk_free
    - sk_num => OPENSSL_sk_num
    - sk_pop_free => OPENSSL_sk_pop_free
    - sk_value => OPENSSL_sk_value
    - evp_md_ctx_create => evp_md_ctx_new
    - evp_md_ctx_destroy => evp_md_ctx_free
    ysbaddaden committed Apr 2, 2017
    Copy the full SHA
    b67a118 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2017

  1. Copy the full SHA
    58b8481 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4230 from ysbaddaden/std-fix-openssl-110

    Fix: OpenSSL 1.1.0
    ysbaddaden committed Apr 3, 2017
    Copy the full SHA
    854cdce View commit details
    Browse the repository at this point in the history