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..b971963d4d18467e8d9a17c3ab0a798854c4573e 100644 |
--- a/net/cert/x509_util_nss.h |
+++ b/net/cert/x509_util_nss.h |
@@ -9,6 +9,7 @@ |
#include <vector> |
#include "base/time.h" |
+#include "net/base/net_export.h" |
#include "net/cert/x509_certificate.h" |
class PickleIterator; |
@@ -28,7 +29,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, |