Skip to content

Commit

Permalink
Thanks rhenium: Please remove () and L.
Browse files Browse the repository at this point in the history
  • Loading branch information
markwright committed Nov 3, 2017
1 parent cfb5c75 commit 8fb6759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/openssl/ossl_ssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ ossl_call_session_get_cb(VALUE ary)

/* this method is currently only called for servers (in OpenSSL <= 0.9.8e) */
static SSL_SESSION *
#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER)
#if OPENSSL_VERSION_NUMBER >= 0x10100000 && !defined(LIBRESSL_VERSION_NUMBER)
ossl_sslctx_session_get_cb(SSL *ssl, const unsigned char *buf, int len, int *copy)
#else
ossl_sslctx_session_get_cb(SSL *ssl, unsigned char *buf, int len, int *copy)
Expand Down

0 comments on commit 8fb6759

Please sign in to comment.