Our build of OpenSSL is done without -g, resulting in binaries without debug symbols for the crypto portions. This could be a problem for us when debugging. The affected binaries are ssh, opensc and rdesktop. Note that OpenSSL has a rather odd build system, so it isn't straight forward to fix this. Red Hat solves it by patching OpenSSL's Configure script.
Note that we have exceptions in the automatics tests for this problem. Those exceptions should be removed when this bug is fixed.