From 3c443bd2a54bfef8a9333bb093d0302ff9042ee3 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 22 Dec 2012 18:10:08 +0000 Subject: [PATCH] Update the suggested compile command in sshbn.c's test rig. [originally from svn r9732] --- sshbn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sshbn.c b/sshbn.c index 9d69b385..24f3ca6b 100644 --- a/sshbn.c +++ b/sshbn.c @@ -1761,7 +1761,7 @@ char *bignum_decimal(Bignum x) #include /* - * gcc -g -O0 -DTESTBN -o testbn sshbn.c misc.c -I unix -I charset + * gcc -Wall -g -O0 -DTESTBN -o testbn sshbn.c misc.c conf.c tree234.c unix/uxmisc.c -I. -I unix -I charset * * Then feed to this program's standard input the output of * testdata/bignum.py .