summaryrefslogtreecommitdiff
path: root/fuzz/warning.txt
diff options
context:
space:
mode:
authorTim Taubert <ttaubert@mozilla.com>2017-01-20 14:45:55 +0100
committerTim Taubert <ttaubert@mozilla.com>2017-01-20 14:45:55 +0100
commit96c42a0951b7aa380168ee2b109fb3e027fdf11b (patch)
treed833c46ae50a8b5491a461d02cdbff49bac9e44c /fuzz/warning.txt
parenta32a6fb2756f0dfded13e60db61087d97631572a (diff)
downloadnss-hg-96c42a0951b7aa380168ee2b109fb3e027fdf11b.tar.gz
Bug 1330655 - Make NSS build within OSS-Fuzz r=franziskus
Differential Revision: https://nss-review.dev.mozaws.net/D161
Diffstat (limited to 'fuzz/warning.txt')
-rw-r--r--fuzz/warning.txt27
1 files changed, 14 insertions, 13 deletions
diff --git a/fuzz/warning.txt b/fuzz/warning.txt
index 2c83d7ed2..fdfa90e46 100644
--- a/fuzz/warning.txt
+++ b/fuzz/warning.txt
@@ -1,15 +1,16 @@
-##############################################
-## ##
-## WARNING: You're building with -Dfuzz=1 ##
-## ##
-## This means: ##
-## ##
-## * Your PRNG is DETERMINISTIC. ##
-## * TLS transcripts are PLAINTEXT. ##
-## * TLS signature checks are DISABLED. ##
-## ##
-## Thank you for fuzzing! ##
-## ##
-##############################################
+##################################################
+## ##
+## WARNING: You're building with -Dfuzz_tls=1 ##
+## ##
+## This means: ##
+## ##
+## * Your PRNG is DETERMINISTIC. ##
+## * TLS transcripts are PLAINTEXT. ##
+## * Session tickets are NOT encrypted. ##
+## * TLS signature/MAC checks are DISABLED. ##
+## ##
+## Thank you for fuzzing! ##
+## ##
+##################################################