wp-x86_64.pl: ~10% performance improvement.
[oweals/openssl.git] / crypto / x509v3 / pcy_cache.c
index c18beb89f58335a5ad9944546c5f3c554f38846e..172b7e7ee4f46854859ae0b5767c026e4c374e16 100644 (file)
@@ -1,5 +1,5 @@
 /* pcy_cache.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2004.
  */
 /* ====================================================================
@@ -139,7 +139,6 @@ static int policy_cache_new(X509 *x)
                return 0;
        cache->anyPolicy = NULL;
        cache->data = NULL;
-       cache->maps = NULL;
        cache->any_skip = -1;
        cache->explicit_skip = -1;
        cache->map_skip = -1;