mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 01:48:00 +00:00
Update the suggested compile command in sshbn.c's test rig.
[originally from svn r9732]
This commit is contained in:
parent
f2bbeca400
commit
3c443bd2a5
2
sshbn.c
2
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 .
|
||||
|
Loading…
Reference in New Issue
Block a user