graygnuorg / pound

Light-weight reverse proxy, load balancer and HTTPS front-end for Web servers.
GNU General Public License v3.0
43 stars 13 forks source link

OpenSSL 3 misses dhparam -C option to print C code #3

Closed egc112 closed 1 year ago

egc112 commented 2 years ago

OpenSSL 3 misses dhparam -C option to print C code.

Resulting error:
make -C pound CC="ccache arm-linux-uclibc-gcc" make[1]: Entering directory '/media/egc/linuxdata/ddwrt/src/router/pound' openssl dhparam -5 -C -noout 512 > dh512.h

Code is in Makefile.am

graygnuorg commented 1 year ago

Fixed by commits 1bae081e29 and 1748d062ca