diff -r acd3cd4aaceb -r 2efc27d87e1c ssl/libcrypto/src/crypto/x509/by_file.c --- a/ssl/libcrypto/src/crypto/x509/by_file.c Tue Aug 31 16:54:36 2010 +0300 +++ b/ssl/libcrypto/src/crypto/x509/by_file.c Wed Sep 01 12:36:54 2010 +0100 @@ -56,7 +56,7 @@ * [including the GNU Public Licence.] */ /* - © Portions copyright (c) 2006,2010 Nokia Corporation. All rights reserved. + © Portions copyright (c) 2006 Nokia Corporation. All rights reserved. */ @@ -133,7 +133,7 @@ { #ifdef SYMBIAN - ok = X509_add_symbian_certsL(ctx->store_ctx); + ok = X509_add_symbian_certs(ctx->store_ctx); #else file = (char *)Getenv(X509_get_default_cert_file_env()); if (file)