chore: avoid appending git version to the exported patches (#15389)

* chore: avoid appending git version to the exported patches

* fix no-eol at end of v8 patch
This commit is contained in:
Milan Burda 2018-10-26 09:22:59 +02:00 committed by Robo
parent ec4a0e096f
commit d56617e5d0
109 changed files with 14 additions and 329 deletions

View file

@ -38,5 +38,3 @@ index c68968a514b76717d4c42448ef4b9c440c330fb2..c82ffeaa37268e54c6b142b31706d478
int SSL_set_tlsext_status_ocsp_resp(SSL *ssl, uint8_t *resp, size_t resp_len) {
if (SSL_set_ocsp_response(ssl, resp, resp_len)) {
OPENSSL_free(resp);
--
2.17.0