if openssl has OPENSSL_NO_EC there is a small problem in t1_lib.c

Besides that I have the feeling that part of the point list code could be simplified. The lists supported are constant, so making an malloc etc and filling this with
constant data looks a bit heavy.

regards

--
To verify the signature, see http://edelpki.edelweb.fr/ Cela vous permet de charger le certificat de l'autorité; die Liste mit zurückgerufenen Zertifikaten finden Sie da auch.
--- openssl-SNAP-20060313/ssl/t1_lib.c  2006-03-13 03:00:59.000000000 +0100
+++ openssl-SNAP-20060313+S/ssl/t1_lib.c        2006-03-13 17:52:42.288071000 
+0100
@@ -375,9 +375,9 @@ int ssl_parse_clienthello_tlsext(SSL *s,
                        fprintf(stderr,"\n");
 #endif
                        }
+#endif /* OPENSSL_NO_EC */
                data+=size;             
                }
-#endif /* OPENSSL_NO_EC */
 
        *p = data;
        return 1;
@@ -447,10 +447,10 @@ int ssl_parse_serverhello_tlsext(SSL *s,
                        fprintf(stderr,"\n");
 #endif
                        }
+#endif /* OPENSSL_NO_EC */
 
                data+=size;             
                }
-#endif /* OPENSSL_NO_EC */
 
        if (data != d+n)
                {

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to