[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Missing functions
[Thread Prev] | [Thread Next]
- Subject: Missing functions
- From: 김상득 <kimsangdeuk@xxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Mon, 19 Oct 2020 17:33:06 +0900
- To: <libssh@xxxxxxxxxx>
Hi, I'm trying to compile your library with Visual Studio. 1. I found some missing functions which declared in bignum.h. I looked around all c files, but couldn't find them. bignum ssh_make_string_bn(ssh_string string); ssh_string ssh_make_bignum_string(bignum num); void ssh_print_bignum(const char *which, const_bignum num); I hope it's my mistake for finding them. Please let me know where I can find the functions. 2. If you have any binary version of LIbSSH for Windows as a form of DLL, please help me get it. Duke Kim
Re: Missing functions | Andreas Schneider <asn@xxxxxxxxxxxxxx> |
Re: Missing functions | Bruno Buzzi Brassesco <bruno.brasesco@xxxxxxxxx> |