HMAC is deprecated in 3.0 getting error 'HMAC' was not declared in this scope

Matt Caswell matt at openssl.org
Thu Nov 26 23:04:55 UTC 2020



On 26/11/2020 17:32, Narayana, Sunil Kumar wrote:
> Error2 : error: invalid use of incomplete type 'SSL' {aka 'struct
> ssl_st'} ssl->d1->mtu = MAX_SEND_PKT_SIZE;

Use SSL_set_mtu(ssl, MAX_SEND_PKT_SIZE) instead.

Matt



More information about the openssl-users mailing list