Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 797673 | Differences between
and this patch

Collapse All | Expand All

(-)ruby-3.0.2-orig/ext/openssl/openssl_missing.h (-1 / +1 lines)
Lines 235-241 Link Here
235
#  define TS_STATUS_INFO_get0_failure_info(a) ((a)->failure_info)
235
#  define TS_STATUS_INFO_get0_failure_info(a) ((a)->failure_info)
236
#endif
236
#endif
237
237
238
#if !defined(HAVE_TS_VERIFY_CTS_SET_CERTS)
238
#if !defined(HAVE_TS_VERIFY_CTS_SET_CERTS) && (SSL3_VERSION < 0x0300)
239
#  define TS_VERIFY_CTS_set_certs(ctx, crts) ((ctx)->certs=(crts))
239
#  define TS_VERIFY_CTS_set_certs(ctx, crts) ((ctx)->certs=(crts))
240
#endif
240
#endif
241
241

Return to bug 797673