The wrong ifdef is used to guard usage of PSK code
PR#3790 Reviewed-by: Stephen Henson <steve@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
f617b4969a
commit
e2010b202a
@ -109,7 +109,7 @@ typedef struct {
|
||||
long tlsext_tick_lifetime_hint;
|
||||
ASN1_OCTET_STRING *tlsext_tick;
|
||||
#endif
|
||||
#ifndef OPENSSL_NO_TLSEXT
|
||||
#ifndef OPENSSL_NO_PSK
|
||||
ASN1_OCTET_STRING *psk_identity_hint;
|
||||
ASN1_OCTET_STRING *psk_identity;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user