Displaying 2 results from an estimated 2 matches for "tlsv1_server_method".
2018 Jul 12
0
2.7.4 uses deprecated back level of TLS
...llowing
warning:
upsclient.c: In function 'upscli_init':
upsclient.c:322:2: warning: 'TLSv1_client_method' is deprecated
[-Wdeprecated-declarations]
ssl_method = TLSv1_client_method();
^~~~~~~~~~
A similar warning about TLSv1_server_method appears at netssl.c:392. I
understand from
https://users-cs.au.dk/sortie/sortix/release/nightly/man/man3/TLSv1_server_method.3.html
that version flexible TLS_server_method() is now preferred.
See Issue 575 for more detail. https://github.com/networkupstools/nut/issues/575
Roger
2005 Jul 16
1
Compiling under Fedora Core 4 - Problem
.../lib/mysql/libmysqlclient.a(viosslfactories.o)(.text+0x3cd): In
function `new_VioSSLConnectorFd':
: undefined reference to `OPENSSL_add_all_algorithms_noconf'
/usr/lib/mysql/libmysqlclient.a(viosslfactories.o)(.text+0x422): In
function `new_VioSSLAcceptorFd':
: undefined reference to `TLSv1_server_method'
/usr/lib/mysql/libmysqlclient.a(viosslfactories.o)(.text+0x42d): In
function `new_VioSSLAcceptorFd':
: undefined reference to `SSL_CTX_new'
/usr/lib/mysql/libmysqlclient.a(viosslfactories.o)(.text+0x447): In
function `new_VioSSLAcceptorFd':
: undefined reference to `SSL_CTX_set_c...