[Touch-packages] [Bug 1393752] [NEW] missing symbols in libssl1.0.1f-1ubuntu2.7

2014-11-18 Thread Thomas Berger
Public bug reported: _CONF_new_data is not exported. The function definition is still in the headers: # grep -r _CONF_new_data /usr/include/ /usr/include/openssl/conf_api.h:int _CONF_new_data(CONF *conf); The library itself does not export the symbol: $ readelf -Ws

[Touch-packages] [Bug 1393752] Re: missing symbols in libssl1.0.1f-1ubuntu2.7

2014-11-18 Thread Thomas Berger
The symbol was in libssl since 200x. In libssl0.9.8 it is still present, but the libssl-dev headers does not match the old libssl version, -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openssl in Ubuntu.

[Touch-packages] [Bug 1393752] Re: missing symbols in libssl1.0.1f-1ubuntu2.7

2014-11-18 Thread Thomas Berger
I did some more research. It looks like every symbol with a leading underscore disappears if build with debuild or other. I have tried to remove all compiler and linker flags not needed or differ from vanilla build, but this had no effect. As i could not see any other relevant changes within