]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Update the suggested compile command in sshbn.c's test rig.
authorSimon Tatham <anakin@pobox.com>
Sat, 22 Dec 2012 18:10:08 +0000 (18:10 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 22 Dec 2012 18:10:08 +0000 (18:10 +0000)
[originally from svn r9732]

sshbn.c

diff --git a/sshbn.c b/sshbn.c
index 9d69b38588aba720ae1856dde3b308e9dc8f3e41..24f3ca6b6117648342964e4f3e315b92d3230751 100644 (file)
--- a/sshbn.c
+++ b/sshbn.c
@@ -1761,7 +1761,7 @@ char *bignum_decimal(Bignum x)
 #include <ctype.h>
 
 /*
- * 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 .