Skip to content

Commit

Permalink
Fix linking to openssl (#5949)
Browse files Browse the repository at this point in the history
  • Loading branch information
RX14 committed Apr 14, 2018
1 parent 913cd8d commit 19360bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openssl/lib_crypto.cr
Expand Up @@ -11,7 +11,7 @@

{% begin %}
lib LibCrypto
OPENSSL_110 = {{ (LibCrypto::LIBRESSL_VERSION == 0) && (LibCrypto::OPENSSL_VERSION >= 0x10101000) }}
OPENSSL_110 = {{ (LibCrypto::LIBRESSL_VERSION == 0) && (LibCrypto::OPENSSL_VERSION >= 0x10100000) }}
OPENSSL_102 = {{ (LibCrypto::LIBRESSL_VERSION == 0) && (LibCrypto::OPENSSL_VERSION >= 0x10002000) }}
LIBRESSL_250 = {{ LibCrypto::LIBRESSL_VERSION >= 0x205000000 }}
end
Expand Down

0 comments on commit 19360bc

Please sign in to comment.