1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 09:58:01 +00:00

Update the suggested compile command in sshbn.c's test rig.

[originally from svn r9732]
This commit is contained in:
Simon Tatham 2012-12-22 18:10:08 +00:00
parent f2bbeca400
commit 3c443bd2a5

View File

@ -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 .