summaryrefslogtreecommitdiff
path: root/nss/fuzz/tls_server_certs.h
diff options
context:
space:
mode:
Diffstat (limited to 'nss/fuzz/tls_server_certs.h')
-rw-r--r--nss/fuzz/tls_server_certs.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/nss/fuzz/tls_server_certs.h b/nss/fuzz/tls_server_certs.h
new file mode 100644
index 0000000..c0db253
--- /dev/null
+++ b/nss/fuzz/tls_server_certs.h
@@ -0,0 +1,12 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this file,
+ * You can obtain one at http://mozilla.org/MPL/2.0/. */
+
+#ifndef tls_server_certs_h__
+#define tls_server_certs_h__
+
+#include "prio.h"
+
+void InstallServerCertificates(PRFileDesc* fd);
+
+#endif // tls_server_certs_h__