Index: net/cert/x509_util_nss.h |
diff --git a/net/cert/x509_util_nss.h b/net/cert/x509_util_nss.h |
index 66c634cc1576822d5bf5d61e7b1a964eea8daed4..a5d01fa6f2153a22c68f06f2d66cd49cf3881984 100644 |
--- a/net/cert/x509_util_nss.h |
+++ b/net/cert/x509_util_nss.h |
@@ -28,7 +28,7 @@ namespace x509_util { |
// number and validity period are given as parameters. The certificate is |
// signed by |private_key|. The hashing algorithm for the signature is SHA-1. |
// |subject| is a distinguished name defined in RFC4514. |
-CERTCertificate* CreateSelfSignedCert( |
+NET_EXPORT_PRIVATE CERTCertificate* CreateSelfSignedCert( |
SECKEYPublicKey* public_key, |
SECKEYPrivateKey* private_key, |
const std::string& subject, |