Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Unified Diff: net/cert/cert_verify_proc.h

Issue 2620443002: [ABANDONED] Refactor CertVerifyProcWeakDigestTest. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/cert/cert_verify_proc_unittest.cc » ('j') | net/cert/cert_verify_proc_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/cert_verify_proc.h
diff --git a/net/cert/cert_verify_proc.h b/net/cert/cert_verify_proc.h
index 5befe2418fe25fdabf233521fb2cbcd7ea9dd5be..a96e6ac9e11c1fb45505b6a9e5068a1d5d7f24d6 100644
--- a/net/cert/cert_verify_proc.h
+++ b/net/cert/cert_verify_proc.h
@@ -145,10 +145,10 @@ class NET_EXPORT CertVerifyProc
//
// This function is intended to be used as a helper by platform-specific
// CertVerifyProc implementations.
-X509Certificate::SignatureHashAlgorithm FillCertVerifyResultWeakSignature(
- X509Certificate::OSCertHandle cert,
- bool is_leaf,
- CertVerifyResult* verify_result);
+NET_EXPORT X509Certificate::SignatureHashAlgorithm
+FillCertVerifyResultWeakSignature(X509Certificate::OSCertHandle cert,
+ bool is_leaf,
+ CertVerifyResult* verify_result);
} // namespace net
« no previous file with comments | « no previous file | net/cert/cert_verify_proc_unittest.cc » ('j') | net/cert/cert_verify_proc_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698