Hai,

I just tried compiling stunnel 5.58 but it bails out:

  CC       stunnel-client.o
client.c: In function 'print_tmp_key':
client.c:670:10: warning: implicit declaration of function 
'SSL_get_peer_tmp_key'; did you mean 'SSL_get_server_tmp_key'? 
[-Wimplicit-function-declaration]
     if (!SSL_get_peer_tmp_key(s, &key)) {
          ^~~~~~~~~~~~~~~~~~~~
          SSL_get_server_tmp_key
  CCLD     stunnel
stunnel-client.o: In function `print_tmp_key':
/try/stunnel-5.58/src/client.c:670: undefined reference to 
`SSL_get_peer_tmp_key'

Running Ubuntu Ubuntu 18.04.5 LTS
gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04) 
OpenSSL 1.1.1  11 Sep 2018

Version 5.49 compiles ok no issues there

Am I missing something here ?
Changing it into 'SSL_get_server_tmp_key works' or remming it out probably 
causes issues... bt it compiles well.

Would be great if someone can point me in the right direction.

Cheers...
_______________________________________________
stunnel-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to