There seems to be some misunderstanding :
My original answer was not directed to you, but to Kyle who was asking for suggestions to solve your pb.

My suggestion is indeed that openssl lib switch to C++, at least for namespace usage.
that will solve your problem with very limited -or no- impact on other apps.




Le 08/09/2014 14:13, Iñaki Baz Castillo a écrit :
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.



______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to