Skip to content

Commit

Permalink
bug 1316115 - Only build det_rng.c when fuzz==1. r=ttaubert
Browse files Browse the repository at this point in the history
--HG--
extra : rebase_source : 7866a5670f839e203fe8f18a255a86ca3b023427
  • Loading branch information
luser committed Nov 8, 2016
1 parent d2365cd commit afc885c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/freebl/freebl.gyp
Expand Up @@ -47,7 +47,6 @@
'cts.c',
'des.c',
'desblapi.c',
'det_rng.c',
'dh.c',
'drbg.c',
'dsa.c',
Expand Down Expand Up @@ -215,6 +214,9 @@
],
}],
[ 'fuzz==1', {
'sources': [
'det_rng.c',
],
'defines': [
'UNSAFE_FUZZER_MODE',
],
Expand Down

0 comments on commit afc885c

Please sign in to comment.