mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
12a856ee63
Fixes the following error:
```
../../../../ext/puma_http11/mini_ssl.c: In function ‘get_dh1024’:
../../../../ext/puma_http11/mini_ssl.c:90:5: error: dereferencing pointer to incomplete type ‘DH {aka struct dh_st}’
dh->p = BN_bin2bn(dh1024_p, sizeof(dh1024_p), NULL);
^~
```
These changes are based on the following patch to nginx:
<
|
||
---|---|---|
.. | ||
org/jruby/puma | ||
ext_help.h | ||
extconf.rb | ||
http11_parser.c | ||
http11_parser.h | ||
http11_parser.java.rl | ||
http11_parser.rl | ||
http11_parser_common.rl | ||
io_buffer.c | ||
mini_ssl.c | ||
puma_http11.c | ||
PumaHttp11Service.java |