2014-09-08 1:15 GMT+02:00 Pierre DELAAGE <delaage.pie...@free.fr>: > Switch strongly and definitely to C++.... > Not for fancy object programming, but for more practical syntaxES for things > like this.
I do code in C++, but I need some C libraries. Regardless my C++ code is properly "namespaced" I don't like to see so many global C symbols in it. As I said before, in my case I integrate openssl and libsrtp C libraries into my C++ project. It 's annoying for me to see that the macro SRTP_PROTECTION_PROFILE (which I need in my project) is defined by openssl rather than libsrtp. -- Iñaki Baz Castillo <i...@aliax.net> ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org