Comment 2 for bug 1715167

Revision history for this message
Bas Couwenberg (sebastic) wrote :

Don't disable 11_reproducible_dh.h.patch, regenerate the dh.h with the openssl version in the distribution instead:

 quilt push 11_reproducible_dh.h.patch
 openssl dhparam -C 2048 | awk '/^-----/ {exit} {print}' > include/dh.h
 quilt refresh