It's version-script.patch that breaks the GOST module, "-Wl,--version- script=openssl.ld" is added to linker parameters and openssl.ld is added to top dir and engines/ dir. As there is no openssl.ld in engines/ccgost/, linker prefers to not export anything and global bind_engine symbol becomes local in libgost.so which surprises DSO support routines a bit.
Solution: copy openssl.ld from engines/ to engines/ccgost. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

