First attempt at adding the possibility to set the pointer size for the builds on...
[openssl.git] / ssl / s3_lib.c
index da2ed9ee75ffa3710a59ab13688f051427f00a72..53bf4c23aa704099ec24c6a4b0fbc068563e4450 100644 (file)
@@ -2231,7 +2231,7 @@ void ssl3_clear(SSL *s)
        s->s3->in_read_app_data=0;
        s->version=SSL3_VERSION;
 
-#if !defined(OPENSSL_NO_TLSEXT) && !defined(OPENSSL_NO_NPN)
+#if !defined(OPENSSL_NO_TLSEXT) && !defined(OPENSSL_NO_NEXTPROTONEG)
        if (s->next_proto_negotiated)
                {
                OPENSSL_free(s->next_proto_negotiated);