Metrowerks for Motorola tune-up.
[openssl.git] / ssl / ssl_lib.c
index 3bd8d158c90e2c3a7245735d1a6082914a840dbb..10d080df8f640f36f48e09e40b3cbab91210aa39 100644 (file)
@@ -1120,12 +1120,6 @@ SSL_CTX *SSL_CTX_new(SSL_METHOD *meth)
        ret->extra_certs=NULL;
        ret->comp_methods=SSL_COMP_get_compression_methods();
 
-       /* Initialise X509 tables: otherwise some certificate operations
-        * wont work. This is a non op if called more than once.
-        */
-
-       X509_init();
-
        return(ret);
 err:
        SSLerr(SSL_F_SSL_CTX_NEW,ERR_R_MALLOC_FAILURE);