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:
Kurt Cancemi 2015-04-09 09:54:38 -04:00 committed by Dr. Stephen Henson
parent f617b4969a
commit e2010b202a

View File

@ -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