diff -r 28ccaba883f4 -r 403e7f6ed6c5 ossrv_pub/crypto_certificates_api/inc/stdapis/openssl/x509.h --- a/ossrv_pub/crypto_certificates_api/inc/stdapis/openssl/x509.h Wed Oct 13 19:39:18 2010 +0530 +++ b/ossrv_pub/crypto_certificates_api/inc/stdapis/openssl/x509.h Thu Oct 14 14:15:50 2010 +0530 @@ -61,7 +61,7 @@ * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project. */ /* - © Portions copyright (c) 2006 Nokia Corporation. All rights reserved. + © Portions copyright (c) 2006-2010 Nokia Corporation. All rights reserved. */ #ifndef HEADER_X509_H @@ -1027,7 +1027,7 @@ IMPORT_C int X509_REQ_add1_attr_by_NID(X509_REQ *req, int nid, int type, const unsigned char *bytes, int len); -int X509_REQ_add1_attr_by_txt(X509_REQ *req, +IMPORT_C int X509_REQ_add1_attr_by_txt(X509_REQ *req, const char *attrname, int type, const unsigned char *bytes, int len);