[build-status: 77819] Log for successful build of dropbear_0.49-2 (dist=unstable)
Build Daemon 4
buildd4 at linux-m32r.org
Thu Jun 14 12:43:27 JST 2007
Automatic build of dropbear_0.49-2 on mappi006 by sbuild/m32r 0.53
Build started at 20070614-1144
******************************************************************************
Checking available source versions...
Fetching source files...
Reading package lists...
Building dependency tree...
Need to get 1768kB of source archives.
Get:1 http://debian.linux-m32r.org 06_devonian/main dropbear 0.49-2 (dsc) [550B]
Get:2 http://debian.linux-m32r.org 06_devonian/main dropbear 0.49-2 (tar) [1764kB]
Get:3 http://debian.linux-m32r.org 06_devonian/main dropbear 0.49-2 (diff) [3471B]
Fetched 1768kB in 31s (55.7kB/s)
Download complete and in download only mode
** Using build dependencies supplied by package:
Build-Depends: libz-dev
Checking for already installed source dependencies...
libz-dev: already installed (=*=PROVIDED=*=)
Checking for source dependency conflicts...
Checking correctness of source dependencies...
Kernel: Linux 2.6.20 m32r (m32r)
Toolchain package versions: libc6-dev_2.3.6.ds1-13 linux-kernel-headers_2.6.18-7.0.1 gcc-4.1_4.1.1-21 g++-4.1_4.1.1-21 binutils_2.17-3 libstdc++6-4.1-dev_4.1.1-21 libstdc++6_4.1.1-21
------------------------------------------------------------------------------
gpg: Signature made Sat Jun 9 20:41:54 2007 JST using DSA key ID BC70A6FF
gpg: Can't check signature: public key not found
dpkg-source: extracting dropbear in dropbear-0.49
dpkg-source: unpacking dropbear_0.49.orig.tar.gz
dpkg-source: applying /debian/buildd4/build/dropbear_0.49-2.diff.gz
dpkg-buildpackage: source package is dropbear
dpkg-buildpackage: source version is 0.49-2
dpkg-buildpackage: source changed by Gerrit Pape <pape at smarden.org>
dpkg-buildpackage: host architecture m32r
dpkg-buildpackage: source version without epoch 0.49-2
/usr/bin/fakeroot debian/rules clean
/usr/bin/make distclean
make[1]: Entering directory `/build/buildd4/dropbear-0.49'
make[1]: *** No rule to make target `distclean'. Stop.
make[1]: Leaving directory `/build/buildd4/dropbear-0.49'
make: [clean] Error 2 (ignored)
rm -f libtomcrypt/Makefile libtommath/Makefile
test ! -e patch-stamp || \
for i in `ls -1r debian/diff/*.diff || :`; do \
patch -p1 -R <$i; \
done
rm -f patch-stamp build-stamp config.log config.status
rm -rf '/build/buildd4/dropbear-0.49/debian/dropbear'
rm -f debian/files debian/substvars debian/copyright changelog
debian/rules build
for i in `ls -1 debian/diff/*.diff || :`; do \
patch -p1 <$i || exit 1; \
done
patching file options.h
touch patch-stamp
CC='gcc' \
CFLAGS='-Wall -g -O2'' -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\""' \
./configure --host='m32r-linux-gnu' \
--build='m32r-linux-gnu' --prefix=/usr \
--mandir=\${prefix}/share/man --infodir=\${prefix}/share/info \
checking for m32r-linux-gnu-gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking whether make sets $(MAKE)... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking build system type... m32r-unknown-linux-gnu
checking host system type... m32r-unknown-linux-gnu
checking for m32r-linux-gnu-ar... no
checking for ar... ar
checking for m32r-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for m32r-linux-gnu-strip... no
checking for strip... strip
checking for m32r-linux-gnu-install... no
checking for install... install
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether __UCLIBC__ is declared... no
checking for crypt in -lcrypt... yes
checking for deflate in -lz... yes
configure: Enabling zlib
configure: Disabling PAM
configure: Using openpty if available
checking for library containing openpty... -lutil
configure: Enabling syslog
checking shadow.h usability... yes
checking shadow.h presence... yes
checking for shadow.h... yes
configure: Using shadow passwords if available
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking crypt.h usability... yes
checking crypt.h presence... yes
checking for crypt.h... yes
checking pty.h usability... yes
checking pty.h presence... yes
checking for pty.h... yes
checking ioctl.h usability... no
checking ioctl.h presence... no
checking for ioctl.h... no
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking for inttypes.h... (cached) yes
checking stropts.h usability... yes
checking stropts.h presence... yes
checking for stropts.h... yes
checking utmp.h usability... yes
checking utmp.h presence... yes
checking for utmp.h... yes
checking utmpx.h usability... yes
checking utmpx.h presence... yes
checking for utmpx.h... yes
checking lastlog.h usability... yes
checking lastlog.h presence... yes
checking for lastlog.h... yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking util.h usability... no
checking util.h presence... no
checking for util.h... no
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking security/pam_appl.h usability... yes
checking security/pam_appl.h presence... yes
checking for security/pam_appl.h... yes
checking pam/pam_appl.h usability... no
checking pam/pam_appl.h presence... no
checking for pam/pam_appl.h... no
checking netinet/in_systm.h usability... yes
checking netinet/in_systm.h presence... yes
checking for netinet/in_systm.h... yes
checking for an ANSI C-conforming const... yes
checking for uid_t in sys/types.h... yes
checking for mode_t... yes
checking for pid_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for uint16_t... yes
checking for u_int16_t... yes
checking for struct sockaddr_storage... no
checking for socklen_t... yes
checking for struct sockaddr_storage... yes
checking for struct sockaddr_in6... yes
checking for struct in6_addr... yes
checking for struct addrinfo... yes
checking for gai_strerror... yes
checking for struct utmp.ut_host... yes
checking for struct utmp.ut_pid... yes
checking for struct utmp.ut_type... yes
checking for struct utmp.ut_tv... yes
checking for struct utmp.ut_id... yes
checking for struct utmp.ut_addr... yes
checking for struct utmp.ut_addr_v6... yes
checking for struct utmp.ut_exit... yes
checking for struct utmp.ut_time... yes
checking for struct utmpx.ut_host... yes
checking for struct utmpx.ut_syslen... no
checking for struct utmpx.ut_type... yes
checking for struct utmpx.ut_id... yes
checking for struct utmpx.ut_addr... no
checking for struct utmpx.ut_addr_v6... yes
checking for struct utmpx.ut_time... no
checking for struct utmpx.ut_tv... yes
checking for struct sockaddr_storage.ss_family... yes
checking for endutent... yes
checking for getutent... yes
checking for getutid... yes
checking for getutline... yes
checking for pututline... yes
checking for setutent... yes
checking for utmpname... yes
checking for endutxent... yes
checking for getutxent... yes
checking for getutxid... yes
checking for getutxline... yes
checking for pututxline... yes
checking for setutxent... yes
checking for utmpxname... yes
checking for logout... yes
checking for updwtmp... yes
checking for logwtmp... yes
checking for library containing login... none required
checking for logout... (cached) yes
checking for updwtmp... (cached) yes
checking for logwtmp... (cached) yes
checking if your system defines LASTLOG_FILE... no
checking if your system defines _PATH_LASTLOG... yes
checking if your system defines UTMP_FILE... yes
checking if your system defines WTMP_FILE... yes
checking if your system defines UTMPX_FILE... no
checking if your system defines WTMPX_FILE... no
checking whether gcc needs -traditional... no
checking for working memcmp... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking return type of signal handlers... void
checking for dup2... yes
checking for getspnam... yes
checking for getusershell... yes
checking for memset... yes
checking for putenv... yes
checking for select... yes
checking for socket... yes
checking for strdup... yes
checking for clearenv... yes
checking for strlcpy... no
checking for strlcat... no
checking for daemon... yes
checking for basename... yes
checking for _getpty... no
checking for getaddrinfo... yes
checking for freeaddrinfo... yes
checking for getnameinfo... yes
checking for library containing basename... none required
checking for "/dev/ptc"... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libtomcrypt/Makefile
config.status: creating config.h
config.status: config.h is unchanged
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libtomcrypt/Makefile
config.status: creating libtommath/Makefile
config.status: creating config.h
config.status: config.h is unchanged
configure:
configure: Now edit options.h to choose features.
/usr/bin/make CC='gcc' LD='gcc'
make[1]: Entering directory `/build/buildd4/dropbear-0.49'
cd libtomcrypt && /usr/bin/make clean && /usr/bin/make
make[2]: Entering directory `/build/buildd4/dropbear-0.49/libtomcrypt'
rm -f src/ciphers/aes/aes_enc.o src/ciphers/aes/aes.o src/ciphers/anubis.o src/ciphers/blowfish.o src/ciphers/cast5.o src/ciphers/des.o src/ciphers/kasumi.o src/ciphers/khazad.o src/ciphers/kseed.o src/ciphers/noekeon.o src/ciphers/rc2.o src/ciphers/rc5.o src/ciphers/rc6.o src/ciphers/safer/safer.o src/ciphers/safer/safer_tab.o src/ciphers/safer/saferp.o src/ciphers/skipjack.o src/ciphers/twofish/twofish.o src/ciphers/xtea.o src/encauth/ccm/ccm_memory.o src/encauth/ccm/ccm_test.o src/encauth/eax/eax_addheader.o src/encauth/eax/eax_decrypt.o src/encauth/eax/eax_decrypt_verify_memory.o src/encauth/eax/eax_done.o src/encauth/eax/eax_encrypt.o src/encauth/eax/eax_encrypt_authenticate_memory.o src/encauth/eax/eax_init.o src/encauth/eax/eax_test.o src/encauth/gcm/gcm_add_aad.o src/encauth/gcm/gcm_add_iv.o src/encauth/gcm/gcm_done.o src/encauth/gcm/gcm_gf_mult.o src/encauth/gcm/gcm_init.o src/encauth/gcm/gcm_memory.o src/encauth/gcm/gcm_mult_h.o src/encauth/gcm/gcm_process.o src/enc
auth/gcm/gcm_reset.o src/encauth/gcm/gcm_test.o src/encauth/ocb/ocb_decrypt.o src/encauth/ocb/ocb_decrypt_verify_memory.o src/encauth/ocb/ocb_done_decrypt.o src/encauth/ocb/ocb_done_encrypt.o src/encauth/ocb/ocb_encrypt.o src/encauth/ocb/ocb_encrypt_authenticate_memory.o src/encauth/ocb/ocb_init.o src/encauth/ocb/ocb_ntz.o src/encauth/ocb/ocb_shift_xor.o src/encauth/ocb/ocb_test.o src/encauth/ocb/s_ocb_done.o src/hashes/chc/chc.o src/hashes/helper/hash_file.o src/hashes/helper/hash_filehandle.o src/hashes/helper/hash_memory.o src/hashes/helper/hash_memory_multi.o src/hashes/md2.o src/hashes/md4.o src/hashes/md5.o src/hashes/rmd128.o src/hashes/rmd160.o src/hashes/rmd256.o src/hashes/rmd320.o src/hashes/sha1.o src/hashes/sha2/sha256.o src/hashes/sha2/sha512.o src/hashes/tiger.o src/hashes/whirl/whirl.o src/mac/f9/f9_done.o src/mac/f9/f9_file.o src/mac/f9/f9_init.o src/mac/f9/f9_memory.o src/mac/f9/f9_memory_multi.o src/mac/f9/f9_process.o src/mac/f9/f9_test.o src/mac/hmac/hma
c_done.o src/mac/hmac/hmac_file.o src/mac/hmac/hmac_init.o src/mac/hmac/hmac_memory.o src/mac/hmac/hmac_memory_multi.o src/mac/hmac/hmac_process.o src/mac/hmac/hmac_test.o src/mac/omac/omac_done.o src/mac/omac/omac_file.o src/mac/omac/omac_init.o src/mac/omac/omac_memory.o src/mac/omac/omac_memory_multi.o src/mac/omac/omac_process.o src/mac/omac/omac_test.o src/mac/pelican/pelican.o src/mac/pelican/pelican_memory.o src/mac/pelican/pelican_test.o src/mac/pmac/pmac_done.o src/mac/pmac/pmac_file.o src/mac/pmac/pmac_init.o src/mac/pmac/pmac_memory.o src/mac/pmac/pmac_memory_multi.o src/mac/pmac/pmac_ntz.o src/mac/pmac/pmac_process.o src/mac/pmac/pmac_shift_xor.o src/mac/pmac/pmac_test.o src/mac/xcbc/xcbc_done.o src/mac/xcbc/xcbc_file.o src/mac/xcbc/xcbc_init.o src/mac/xcbc/xcbc_memory.o src/mac/xcbc/xcbc_memory_multi.o src/mac/xcbc/xcbc_process.o src/mac/xcbc/xcbc_test.o src/math/fp/ltc_ecc_fp_mulmod.o src/math/gmp_desc.o src/math/ltm_desc.o src/math/multi.o src/math/rand_prime.
o src/math/tfm_desc.o src/misc/base64/base64_decode.o src/misc/base64/base64_encode.o src/misc/burn_stack.o src/misc/crypt/crypt.o src/misc/crypt/crypt_argchk.o src/misc/crypt/crypt_cipher_descriptor.o src/misc/crypt/crypt_cipher_is_valid.o src/misc/crypt/crypt_find_cipher.o src/misc/crypt/crypt_find_cipher_any.o src/misc/crypt/crypt_find_cipher_id.o src/misc/crypt/crypt_find_hash.o src/misc/crypt/crypt_find_hash_any.o src/misc/crypt/crypt_find_hash_id.o src/misc/crypt/crypt_find_hash_oid.o src/misc/crypt/crypt_find_prng.o src/misc/crypt/crypt_fsa.o src/misc/crypt/crypt_hash_descriptor.o src/misc/crypt/crypt_hash_is_valid.o src/misc/crypt/crypt_ltc_mp_descriptor.o src/misc/crypt/crypt_prng_descriptor.o src/misc/crypt/crypt_prng_is_valid.o src/misc/crypt/crypt_register_cipher.o src/misc/crypt/crypt_register_hash.o src/misc/crypt/crypt_register_prng.o src/misc/crypt/crypt_unregister_cipher.o src/misc/crypt/crypt_unregister_hash.o src/misc/crypt/crypt_unregister_prng.o src/misc
/error_to_string.o src/misc/pkcs5/pkcs_5_1.o src/misc/pkcs5/pkcs_5_2.o src/misc/zeromem.o src/modes/cbc/cbc_decrypt.o src/modes/cbc/cbc_done.o src/modes/cbc/cbc_encrypt.o src/modes/cbc/cbc_getiv.o src/modes/cbc/cbc_setiv.o src/modes/cbc/cbc_start.o src/modes/cfb/cfb_decrypt.o src/modes/cfb/cfb_done.o src/modes/cfb/cfb_encrypt.o src/modes/cfb/cfb_getiv.o src/modes/cfb/cfb_setiv.o src/modes/cfb/cfb_start.o src/modes/ctr/ctr_decrypt.o src/modes/ctr/ctr_done.o src/modes/ctr/ctr_encrypt.o src/modes/ctr/ctr_getiv.o src/modes/ctr/ctr_setiv.o src/modes/ctr/ctr_start.o src/modes/ctr/ctr_test.o src/modes/ecb/ecb_decrypt.o src/modes/ecb/ecb_done.o src/modes/ecb/ecb_encrypt.o src/modes/ecb/ecb_start.o src/modes/f8/f8_decrypt.o src/modes/f8/f8_done.o src/modes/f8/f8_encrypt.o src/modes/f8/f8_getiv.o src/modes/f8/f8_setiv.o src/modes/f8/f8_start.o src/modes/f8/f8_test_mode.o src/modes/lrw/lrw_decrypt.o src/modes/lrw/lrw_done.o src/modes/lrw/lrw_encrypt.o src/modes/lrw/lrw_getiv.o src/mode
s/lrw/lrw_process.o src/modes/lrw/lrw_setiv.o src/modes/lrw/lrw_start.o src/modes/lrw/lrw_test.o src/modes/ofb/ofb_decrypt.o src/modes/ofb/ofb_done.o src/modes/ofb/ofb_encrypt.o src/modes/ofb/ofb_getiv.o src/modes/ofb/ofb_setiv.o src/modes/ofb/ofb_start.o
rm -f libtomcrypt.a
make[2]: Leaving directory `/build/buildd4/dropbear-0.49/libtomcrypt'
make[2]: Entering directory `/build/buildd4/dropbear-0.49/libtomcrypt'
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -DENCRYPT_ONLY -c src/ciphers/aes/aes.c -o src/ciphers/aes/aes_enc.o
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/ciphers/aes/aes.o src/ciphers/aes/aes.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/ciphers/anubis.o src/ciphers/anubis.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/ciphers/blowfish.o src/ciphers/blowfish.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/ciphers/cast5.o src/ciphers/cast5.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/ciphers/des.o src/ciphers/des.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/ciphers/kasumi.o src/ciphers/kasumi.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/ciphers/khazad.o src/ciphers/khazad.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/ciphers/kseed.o src/ciphers/kseed.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/ciphers/noekeon.o src/ciphers/noekeon.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/ciphers/rc2.o src/ciphers/rc2.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/ciphers/rc5.o src/ciphers/rc5.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/ciphers/rc6.o src/ciphers/rc6.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/ciphers/safer/safer.o src/ciphers/safer/safer.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/ciphers/safer/safer_tab.o src/ciphers/safer/safer_tab.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/ciphers/safer/saferp.o src/ciphers/safer/saferp.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/ciphers/skipjack.o src/ciphers/skipjack.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/ciphers/twofish/twofish.o src/ciphers/twofish/twofish.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/ciphers/xtea.o src/ciphers/xtea.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/encauth/ccm/ccm_memory.o src/encauth/ccm/ccm_memory.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/encauth/ccm/ccm_test.o src/encauth/ccm/ccm_test.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/encauth/eax/eax_addheader.o src/encauth/eax/eax_addheader.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/encauth/eax/eax_decrypt.o src/encauth/eax/eax_decrypt.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/encauth/eax/eax_decrypt_verify_memory.o src/encauth/eax/eax_decrypt_verify_memory.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/encauth/eax/eax_done.o src/encauth/eax/eax_done.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/encauth/eax/eax_encrypt.o src/encauth/eax/eax_encrypt.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/encauth/eax/eax_encrypt_authenticate_memory.o src/encauth/eax/eax_encrypt_authenticate_memory.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/encauth/eax/eax_init.o src/encauth/eax/eax_init.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/encauth/eax/eax_test.o src/encauth/eax/eax_test.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/encauth/gcm/gcm_add_aad.o src/encauth/gcm/gcm_add_aad.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/encauth/gcm/gcm_add_iv.o src/encauth/gcm/gcm_add_iv.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/encauth/gcm/gcm_done.o src/encauth/gcm/gcm_done.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/encauth/gcm/gcm_gf_mult.o src/encauth/gcm/gcm_gf_mult.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/encauth/gcm/gcm_init.o src/encauth/gcm/gcm_init.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/encauth/gcm/gcm_memory.o src/encauth/gcm/gcm_memory.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/encauth/gcm/gcm_mult_h.o src/encauth/gcm/gcm_mult_h.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/encauth/gcm/gcm_process.o src/encauth/gcm/gcm_process.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/encauth/gcm/gcm_reset.o src/encauth/gcm/gcm_reset.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/encauth/gcm/gcm_test.o src/encauth/gcm/gcm_test.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/encauth/ocb/ocb_decrypt.o src/encauth/ocb/ocb_decrypt.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/encauth/ocb/ocb_decrypt_verify_memory.o src/encauth/ocb/ocb_decrypt_verify_memory.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/encauth/ocb/ocb_done_decrypt.o src/encauth/ocb/ocb_done_decrypt.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/encauth/ocb/ocb_done_encrypt.o src/encauth/ocb/ocb_done_encrypt.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/encauth/ocb/ocb_encrypt.o src/encauth/ocb/ocb_encrypt.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/encauth/ocb/ocb_encrypt_authenticate_memory.o src/encauth/ocb/ocb_encrypt_authenticate_memory.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/encauth/ocb/ocb_init.o src/encauth/ocb/ocb_init.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/encauth/ocb/ocb_ntz.o src/encauth/ocb/ocb_ntz.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/encauth/ocb/ocb_shift_xor.o src/encauth/ocb/ocb_shift_xor.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/encauth/ocb/ocb_test.o src/encauth/ocb/ocb_test.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/encauth/ocb/s_ocb_done.o src/encauth/ocb/s_ocb_done.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/hashes/chc/chc.o src/hashes/chc/chc.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/hashes/helper/hash_file.o src/hashes/helper/hash_file.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/hashes/helper/hash_filehandle.o src/hashes/helper/hash_filehandle.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/hashes/helper/hash_memory.o src/hashes/helper/hash_memory.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/hashes/helper/hash_memory_multi.o src/hashes/helper/hash_memory_multi.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/hashes/md2.o src/hashes/md2.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/hashes/md4.o src/hashes/md4.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/hashes/md5.o src/hashes/md5.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/hashes/rmd128.o src/hashes/rmd128.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/hashes/rmd160.o src/hashes/rmd160.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/hashes/rmd256.o src/hashes/rmd256.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/hashes/rmd320.o src/hashes/rmd320.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/hashes/sha1.o src/hashes/sha1.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/hashes/sha2/sha256.o src/hashes/sha2/sha256.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/hashes/sha2/sha512.o src/hashes/sha2/sha512.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/hashes/tiger.o src/hashes/tiger.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/hashes/whirl/whirl.o src/hashes/whirl/whirl.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/mac/f9/f9_done.o src/mac/f9/f9_done.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/mac/f9/f9_file.o src/mac/f9/f9_file.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/mac/f9/f9_init.o src/mac/f9/f9_init.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/mac/f9/f9_memory.o src/mac/f9/f9_memory.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/mac/f9/f9_memory_multi.o src/mac/f9/f9_memory_multi.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/mac/f9/f9_process.o src/mac/f9/f9_process.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/mac/f9/f9_test.o src/mac/f9/f9_test.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/mac/hmac/hmac_done.o src/mac/hmac/hmac_done.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/mac/hmac/hmac_file.o src/mac/hmac/hmac_file.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/mac/hmac/hmac_init.o src/mac/hmac/hmac_init.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/mac/hmac/hmac_memory.o src/mac/hmac/hmac_memory.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/mac/hmac/hmac_memory_multi.o src/mac/hmac/hmac_memory_multi.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/mac/hmac/hmac_process.o src/mac/hmac/hmac_process.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/mac/hmac/hmac_test.o src/mac/hmac/hmac_test.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/mac/omac/omac_done.o src/mac/omac/omac_done.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/mac/omac/omac_file.o src/mac/omac/omac_file.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/mac/omac/omac_init.o src/mac/omac/omac_init.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/mac/omac/omac_memory.o src/mac/omac/omac_memory.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/mac/omac/omac_memory_multi.o src/mac/omac/omac_memory_multi.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/mac/omac/omac_process.o src/mac/omac/omac_process.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/mac/omac/omac_test.o src/mac/omac/omac_test.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/mac/pelican/pelican.o src/mac/pelican/pelican.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/mac/pelican/pelican_memory.o src/mac/pelican/pelican_memory.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/mac/pelican/pelican_test.o src/mac/pelican/pelican_test.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/mac/pmac/pmac_done.o src/mac/pmac/pmac_done.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/mac/pmac/pmac_file.o src/mac/pmac/pmac_file.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/mac/pmac/pmac_init.o src/mac/pmac/pmac_init.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/mac/pmac/pmac_memory.o src/mac/pmac/pmac_memory.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/mac/pmac/pmac_memory_multi.o src/mac/pmac/pmac_memory_multi.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/mac/pmac/pmac_ntz.o src/mac/pmac/pmac_ntz.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/mac/pmac/pmac_process.o src/mac/pmac/pmac_process.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/mac/pmac/pmac_shift_xor.o src/mac/pmac/pmac_shift_xor.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/mac/pmac/pmac_test.o src/mac/pmac/pmac_test.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/mac/xcbc/xcbc_done.o src/mac/xcbc/xcbc_done.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/mac/xcbc/xcbc_file.o src/mac/xcbc/xcbc_file.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/mac/xcbc/xcbc_init.o src/mac/xcbc/xcbc_init.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/mac/xcbc/xcbc_memory.o src/mac/xcbc/xcbc_memory.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/mac/xcbc/xcbc_memory_multi.o src/mac/xcbc/xcbc_memory_multi.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/mac/xcbc/xcbc_process.o src/mac/xcbc/xcbc_process.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/mac/xcbc/xcbc_test.o src/mac/xcbc/xcbc_test.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/math/fp/ltc_ecc_fp_mulmod.o src/math/fp/ltc_ecc_fp_mulmod.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/math/gmp_desc.o src/math/gmp_desc.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/math/ltm_desc.o src/math/ltm_desc.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/math/multi.o src/math/multi.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/math/rand_prime.o src/math/rand_prime.c
src/math/rand_prime.c: In function 'rand_prime':
src/math/rand_prime.c:63: warning: implicit declaration of function 'mp_read_unsigned_bin'
src/math/rand_prime.c:69: warning: implicit declaration of function 'mp_prime_is_prime'
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/math/tfm_desc.o src/math/tfm_desc.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/misc/base64/base64_decode.o src/misc/base64/base64_decode.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/misc/base64/base64_encode.o src/misc/base64/base64_encode.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/misc/burn_stack.o src/misc/burn_stack.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/misc/crypt/crypt.o src/misc/crypt/crypt.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/misc/crypt/crypt_argchk.o src/misc/crypt/crypt_argchk.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/misc/crypt/crypt_cipher_descriptor.o src/misc/crypt/crypt_cipher_descriptor.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/misc/crypt/crypt_cipher_is_valid.o src/misc/crypt/crypt_cipher_is_valid.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/misc/crypt/crypt_find_cipher.o src/misc/crypt/crypt_find_cipher.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/misc/crypt/crypt_find_cipher_any.o src/misc/crypt/crypt_find_cipher_any.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/misc/crypt/crypt_find_cipher_id.o src/misc/crypt/crypt_find_cipher_id.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/misc/crypt/crypt_find_hash.o src/misc/crypt/crypt_find_hash.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/misc/crypt/crypt_find_hash_any.o src/misc/crypt/crypt_find_hash_any.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/misc/crypt/crypt_find_hash_id.o src/misc/crypt/crypt_find_hash_id.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/misc/crypt/crypt_find_hash_oid.o src/misc/crypt/crypt_find_hash_oid.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/misc/crypt/crypt_find_prng.o src/misc/crypt/crypt_find_prng.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/misc/crypt/crypt_fsa.o src/misc/crypt/crypt_fsa.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/misc/crypt/crypt_hash_descriptor.o src/misc/crypt/crypt_hash_descriptor.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/misc/crypt/crypt_hash_is_valid.o src/misc/crypt/crypt_hash_is_valid.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/misc/crypt/crypt_ltc_mp_descriptor.o src/misc/crypt/crypt_ltc_mp_descriptor.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/misc/crypt/crypt_prng_descriptor.o src/misc/crypt/crypt_prng_descriptor.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/misc/crypt/crypt_prng_is_valid.o src/misc/crypt/crypt_prng_is_valid.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/misc/crypt/crypt_register_cipher.o src/misc/crypt/crypt_register_cipher.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/misc/crypt/crypt_register_hash.o src/misc/crypt/crypt_register_hash.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/misc/crypt/crypt_register_prng.o src/misc/crypt/crypt_register_prng.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/misc/crypt/crypt_unregister_cipher.o src/misc/crypt/crypt_unregister_cipher.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/misc/crypt/crypt_unregister_hash.o src/misc/crypt/crypt_unregister_hash.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/misc/crypt/crypt_unregister_prng.o src/misc/crypt/crypt_unregister_prng.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/misc/error_to_string.o src/misc/error_to_string.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/misc/pkcs5/pkcs_5_1.o src/misc/pkcs5/pkcs_5_1.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/misc/pkcs5/pkcs_5_2.o src/misc/pkcs5/pkcs_5_2.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/misc/zeromem.o src/misc/zeromem.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/cbc/cbc_decrypt.o src/modes/cbc/cbc_decrypt.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/cbc/cbc_done.o src/modes/cbc/cbc_done.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/cbc/cbc_encrypt.o src/modes/cbc/cbc_encrypt.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/cbc/cbc_getiv.o src/modes/cbc/cbc_getiv.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/cbc/cbc_setiv.o src/modes/cbc/cbc_setiv.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/cbc/cbc_start.o src/modes/cbc/cbc_start.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/cfb/cfb_decrypt.o src/modes/cfb/cfb_decrypt.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/cfb/cfb_done.o src/modes/cfb/cfb_done.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/cfb/cfb_encrypt.o src/modes/cfb/cfb_encrypt.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/cfb/cfb_getiv.o src/modes/cfb/cfb_getiv.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/cfb/cfb_setiv.o src/modes/cfb/cfb_setiv.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/cfb/cfb_start.o src/modes/cfb/cfb_start.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/ctr/ctr_decrypt.o src/modes/ctr/ctr_decrypt.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/ctr/ctr_done.o src/modes/ctr/ctr_done.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/ctr/ctr_encrypt.o src/modes/ctr/ctr_encrypt.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/ctr/ctr_getiv.o src/modes/ctr/ctr_getiv.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/ctr/ctr_setiv.o src/modes/ctr/ctr_setiv.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/ctr/ctr_start.o src/modes/ctr/ctr_start.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/ctr/ctr_test.o src/modes/ctr/ctr_test.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/ecb/ecb_decrypt.o src/modes/ecb/ecb_decrypt.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/ecb/ecb_done.o src/modes/ecb/ecb_done.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/ecb/ecb_encrypt.o src/modes/ecb/ecb_encrypt.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/ecb/ecb_start.o src/modes/ecb/ecb_start.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/f8/f8_decrypt.o src/modes/f8/f8_decrypt.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/f8/f8_done.o src/modes/f8/f8_done.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/f8/f8_encrypt.o src/modes/f8/f8_encrypt.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/f8/f8_getiv.o src/modes/f8/f8_getiv.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/f8/f8_setiv.o src/modes/f8/f8_setiv.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/f8/f8_start.o src/modes/f8/f8_start.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/f8/f8_test_mode.o src/modes/f8/f8_test_mode.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/lrw/lrw_decrypt.o src/modes/lrw/lrw_decrypt.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/lrw/lrw_done.o src/modes/lrw/lrw_done.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/lrw/lrw_encrypt.o src/modes/lrw/lrw_encrypt.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/lrw/lrw_getiv.o src/modes/lrw/lrw_getiv.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/lrw/lrw_process.o src/modes/lrw/lrw_process.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/lrw/lrw_setiv.o src/modes/lrw/lrw_setiv.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/lrw/lrw_start.o src/modes/lrw/lrw_start.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/lrw/lrw_test.o src/modes/lrw/lrw_test.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/ofb/ofb_decrypt.o src/modes/ofb/ofb_decrypt.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/ofb/ofb_done.o src/modes/ofb/ofb_done.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/ofb/ofb_encrypt.o src/modes/ofb/ofb_encrypt.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/ofb/ofb_getiv.o src/modes/ofb/ofb_getiv.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/ofb/ofb_setiv.o src/modes/ofb/ofb_setiv.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -I./src/headers/ -I./../ -c -o src/modes/ofb/ofb_start.o src/modes/ofb/ofb_start.c
ar rv libtomcrypt.a src/ciphers/aes/aes_enc.o src/ciphers/aes/aes.o src/ciphers/anubis.o src/ciphers/blowfish.o src/ciphers/cast5.o src/ciphers/des.o src/ciphers/kasumi.o src/ciphers/khazad.o src/ciphers/kseed.o src/ciphers/noekeon.o src/ciphers/rc2.o src/ciphers/rc5.o src/ciphers/rc6.o src/ciphers/safer/safer.o src/ciphers/safer/safer_tab.o src/ciphers/safer/saferp.o src/ciphers/skipjack.o src/ciphers/twofish/twofish.o src/ciphers/xtea.o src/encauth/ccm/ccm_memory.o src/encauth/ccm/ccm_test.o src/encauth/eax/eax_addheader.o src/encauth/eax/eax_decrypt.o src/encauth/eax/eax_decrypt_verify_memory.o src/encauth/eax/eax_done.o src/encauth/eax/eax_encrypt.o src/encauth/eax/eax_encrypt_authenticate_memory.o src/encauth/eax/eax_init.o src/encauth/eax/eax_test.o src/encauth/gcm/gcm_add_aad.o src/encauth/gcm/gcm_add_iv.o src/encauth/gcm/gcm_done.o src/encauth/gcm/gcm_gf_mult.o src/encauth/gcm/gcm_init.o src/encauth/gcm/gcm_memory.o src/encauth/gcm/gcm_mult_h.o src/encauth/gcm/gcm_pro
cess.o src/encauth/gcm/gcm_reset.o src/encauth/gcm/gcm_test.o src/encauth/ocb/ocb_decrypt.o src/encauth/ocb/ocb_decrypt_verify_memory.o src/encauth/ocb/ocb_done_decrypt.o src/encauth/ocb/ocb_done_encrypt.o src/encauth/ocb/ocb_encrypt.o src/encauth/ocb/ocb_encrypt_authenticate_memory.o src/encauth/ocb/ocb_init.o src/encauth/ocb/ocb_ntz.o src/encauth/ocb/ocb_shift_xor.o src/encauth/ocb/ocb_test.o src/encauth/ocb/s_ocb_done.o src/hashes/chc/chc.o src/hashes/helper/hash_file.o src/hashes/helper/hash_filehandle.o src/hashes/helper/hash_memory.o src/hashes/helper/hash_memory_multi.o src/hashes/md2.o src/hashes/md4.o src/hashes/md5.o src/hashes/rmd128.o src/hashes/rmd160.o src/hashes/rmd256.o src/hashes/rmd320.o src/hashes/sha1.o src/hashes/sha2/sha256.o src/hashes/sha2/sha512.o src/hashes/tiger.o src/hashes/whirl/whirl.o src/mac/f9/f9_done.o src/mac/f9/f9_file.o src/mac/f9/f9_init.o src/mac/f9/f9_memory.o src/mac/f9/f9_memory_multi.o src/mac/f9/f9_process.o src/mac/f9/f9_test.o sr
c/mac/hmac/hmac_done.o src/mac/hmac/hmac_file.o src/mac/hmac/hmac_init.o src/mac/hmac/hmac_memory.o src/mac/hmac/hmac_memory_multi.o src/mac/hmac/hmac_process.o src/mac/hmac/hmac_test.o src/mac/omac/omac_done.o src/mac/omac/omac_file.o src/mac/omac/omac_init.o src/mac/omac/omac_memory.o src/mac/omac/omac_memory_multi.o src/mac/omac/omac_process.o src/mac/omac/omac_test.o src/mac/pelican/pelican.o src/mac/pelican/pelican_memory.o src/mac/pelican/pelican_test.o src/mac/pmac/pmac_done.o src/mac/pmac/pmac_file.o src/mac/pmac/pmac_init.o src/mac/pmac/pmac_memory.o src/mac/pmac/pmac_memory_multi.o src/mac/pmac/pmac_ntz.o src/mac/pmac/pmac_process.o src/mac/pmac/pmac_shift_xor.o src/mac/pmac/pmac_test.o src/mac/xcbc/xcbc_done.o src/mac/xcbc/xcbc_file.o src/mac/xcbc/xcbc_init.o src/mac/xcbc/xcbc_memory.o src/mac/xcbc/xcbc_memory_multi.o src/mac/xcbc/xcbc_process.o src/mac/xcbc/xcbc_test.o src/math/fp/ltc_ecc_fp_mulmod.o src/math/gmp_desc.o src/math/ltm_desc.o src/math/multi.o src/ma
th/rand_prime.o src/math/tfm_desc.o src/misc/base64/base64_decode.o src/misc/base64/base64_encode.o src/misc/burn_stack.o src/misc/crypt/crypt.o src/misc/crypt/crypt_argchk.o src/misc/crypt/crypt_cipher_descriptor.o src/misc/crypt/crypt_cipher_is_valid.o src/misc/crypt/crypt_find_cipher.o src/misc/crypt/crypt_find_cipher_any.o src/misc/crypt/crypt_find_cipher_id.o src/misc/crypt/crypt_find_hash.o src/misc/crypt/crypt_find_hash_any.o src/misc/crypt/crypt_find_hash_id.o src/misc/crypt/crypt_find_hash_oid.o src/misc/crypt/crypt_find_prng.o src/misc/crypt/crypt_fsa.o src/misc/crypt/crypt_hash_descriptor.o src/misc/crypt/crypt_hash_is_valid.o src/misc/crypt/crypt_ltc_mp_descriptor.o src/misc/crypt/crypt_prng_descriptor.o src/misc/crypt/crypt_prng_is_valid.o src/misc/crypt/crypt_register_cipher.o src/misc/crypt/crypt_register_hash.o src/misc/crypt/crypt_register_prng.o src/misc/crypt/crypt_unregister_cipher.o src/misc/crypt/crypt_unregister_hash.o src/misc/crypt/crypt_unregister_p
rng.o src/misc/error_to_string.o src/misc/pkcs5/pkcs_5_1.o src/misc/pkcs5/pkcs_5_2.o src/misc/zeromem.o src/modes/cbc/cbc_decrypt.o src/modes/cbc/cbc_done.o src/modes/cbc/cbc_encrypt.o src/modes/cbc/cbc_getiv.o src/modes/cbc/cbc_setiv.o src/modes/cbc/cbc_start.o src/modes/cfb/cfb_decrypt.o src/modes/cfb/cfb_done.o src/modes/cfb/cfb_encrypt.o src/modes/cfb/cfb_getiv.o src/modes/cfb/cfb_setiv.o src/modes/cfb/cfb_start.o src/modes/ctr/ctr_decrypt.o src/modes/ctr/ctr_done.o src/modes/ctr/ctr_encrypt.o src/modes/ctr/ctr_getiv.o src/modes/ctr/ctr_setiv.o src/modes/ctr/ctr_start.o src/modes/ctr/ctr_test.o src/modes/ecb/ecb_decrypt.o src/modes/ecb/ecb_done.o src/modes/ecb/ecb_encrypt.o src/modes/ecb/ecb_start.o src/modes/f8/f8_decrypt.o src/modes/f8/f8_done.o src/modes/f8/f8_encrypt.o src/modes/f8/f8_getiv.o src/modes/f8/f8_setiv.o src/modes/f8/f8_start.o src/modes/f8/f8_test_mode.o src/modes/lrw/lrw_decrypt.o src/modes/lrw/lrw_done.o src/modes/lrw/lrw_encrypt.o src/modes/lrw/lrw_ge
tiv.o src/modes/lrw/lrw_process.o src/modes/lrw/lrw_setiv.o src/modes/lrw/lrw_start.o src/modes/lrw/lrw_test.o src/modes/ofb/ofb_decrypt.o src/modes/ofb/ofb_done.o src/modes/ofb/ofb_encrypt.o src/modes/ofb/ofb_getiv.o src/modes/ofb/ofb_setiv.o src/modes/ofb/ofb_start.o
ar: creating libtomcrypt.a
a - src/ciphers/aes/aes_enc.o
a - src/ciphers/aes/aes.o
a - src/ciphers/anubis.o
a - src/ciphers/blowfish.o
a - src/ciphers/cast5.o
a - src/ciphers/des.o
a - src/ciphers/kasumi.o
a - src/ciphers/khazad.o
a - src/ciphers/kseed.o
a - src/ciphers/noekeon.o
a - src/ciphers/rc2.o
a - src/ciphers/rc5.o
a - src/ciphers/rc6.o
a - src/ciphers/safer/safer.o
a - src/ciphers/safer/safer_tab.o
a - src/ciphers/safer/saferp.o
a - src/ciphers/skipjack.o
a - src/ciphers/twofish/twofish.o
a - src/ciphers/xtea.o
a - src/encauth/ccm/ccm_memory.o
a - src/encauth/ccm/ccm_test.o
a - src/encauth/eax/eax_addheader.o
a - src/encauth/eax/eax_decrypt.o
a - src/encauth/eax/eax_decrypt_verify_memory.o
a - src/encauth/eax/eax_done.o
a - src/encauth/eax/eax_encrypt.o
a - src/encauth/eax/eax_encrypt_authenticate_memory.o
a - src/encauth/eax/eax_init.o
a - src/encauth/eax/eax_test.o
a - src/encauth/gcm/gcm_add_aad.o
a - src/encauth/gcm/gcm_add_iv.o
a - src/encauth/gcm/gcm_done.o
a - src/encauth/gcm/gcm_gf_mult.o
a - src/encauth/gcm/gcm_init.o
a - src/encauth/gcm/gcm_memory.o
a - src/encauth/gcm/gcm_mult_h.o
a - src/encauth/gcm/gcm_process.o
a - src/encauth/gcm/gcm_reset.o
a - src/encauth/gcm/gcm_test.o
a - src/encauth/ocb/ocb_decrypt.o
a - src/encauth/ocb/ocb_decrypt_verify_memory.o
a - src/encauth/ocb/ocb_done_decrypt.o
a - src/encauth/ocb/ocb_done_encrypt.o
a - src/encauth/ocb/ocb_encrypt.o
a - src/encauth/ocb/ocb_encrypt_authenticate_memory.o
a - src/encauth/ocb/ocb_init.o
a - src/encauth/ocb/ocb_ntz.o
a - src/encauth/ocb/ocb_shift_xor.o
a - src/encauth/ocb/ocb_test.o
a - src/encauth/ocb/s_ocb_done.o
a - src/hashes/chc/chc.o
a - src/hashes/helper/hash_file.o
a - src/hashes/helper/hash_filehandle.o
a - src/hashes/helper/hash_memory.o
a - src/hashes/helper/hash_memory_multi.o
a - src/hashes/md2.o
a - src/hashes/md4.o
a - src/hashes/md5.o
a - src/hashes/rmd128.o
a - src/hashes/rmd160.o
a - src/hashes/rmd256.o
a - src/hashes/rmd320.o
a - src/hashes/sha1.o
a - src/hashes/sha2/sha256.o
a - src/hashes/sha2/sha512.o
a - src/hashes/tiger.o
a - src/hashes/whirl/whirl.o
a - src/mac/f9/f9_done.o
a - src/mac/f9/f9_file.o
a - src/mac/f9/f9_init.o
a - src/mac/f9/f9_memory.o
a - src/mac/f9/f9_memory_multi.o
a - src/mac/f9/f9_process.o
a - src/mac/f9/f9_test.o
a - src/mac/hmac/hmac_done.o
a - src/mac/hmac/hmac_file.o
a - src/mac/hmac/hmac_init.o
a - src/mac/hmac/hmac_memory.o
a - src/mac/hmac/hmac_memory_multi.o
a - src/mac/hmac/hmac_process.o
a - src/mac/hmac/hmac_test.o
a - src/mac/omac/omac_done.o
a - src/mac/omac/omac_file.o
a - src/mac/omac/omac_init.o
a - src/mac/omac/omac_memory.o
a - src/mac/omac/omac_memory_multi.o
a - src/mac/omac/omac_process.o
a - src/mac/omac/omac_test.o
a - src/mac/pelican/pelican.o
a - src/mac/pelican/pelican_memory.o
a - src/mac/pelican/pelican_test.o
a - src/mac/pmac/pmac_done.o
a - src/mac/pmac/pmac_file.o
a - src/mac/pmac/pmac_init.o
a - src/mac/pmac/pmac_memory.o
a - src/mac/pmac/pmac_memory_multi.o
a - src/mac/pmac/pmac_ntz.o
a - src/mac/pmac/pmac_process.o
a - src/mac/pmac/pmac_shift_xor.o
a - src/mac/pmac/pmac_test.o
a - src/mac/xcbc/xcbc_done.o
a - src/mac/xcbc/xcbc_file.o
a - src/mac/xcbc/xcbc_init.o
a - src/mac/xcbc/xcbc_memory.o
a - src/mac/xcbc/xcbc_memory_multi.o
a - src/mac/xcbc/xcbc_process.o
a - src/mac/xcbc/xcbc_test.o
a - src/math/fp/ltc_ecc_fp_mulmod.o
a - src/math/gmp_desc.o
a - src/math/ltm_desc.o
a - src/math/multi.o
a - src/math/rand_prime.o
a - src/math/tfm_desc.o
a - src/misc/base64/base64_decode.o
a - src/misc/base64/base64_encode.o
a - src/misc/burn_stack.o
a - src/misc/crypt/crypt.o
a - src/misc/crypt/crypt_argchk.o
a - src/misc/crypt/crypt_cipher_descriptor.o
a - src/misc/crypt/crypt_cipher_is_valid.o
a - src/misc/crypt/crypt_find_cipher.o
a - src/misc/crypt/crypt_find_cipher_any.o
a - src/misc/crypt/crypt_find_cipher_id.o
a - src/misc/crypt/crypt_find_hash.o
a - src/misc/crypt/crypt_find_hash_any.o
a - src/misc/crypt/crypt_find_hash_id.o
a - src/misc/crypt/crypt_find_hash_oid.o
a - src/misc/crypt/crypt_find_prng.o
a - src/misc/crypt/crypt_fsa.o
a - src/misc/crypt/crypt_hash_descriptor.o
a - src/misc/crypt/crypt_hash_is_valid.o
a - src/misc/crypt/crypt_ltc_mp_descriptor.o
a - src/misc/crypt/crypt_prng_descriptor.o
a - src/misc/crypt/crypt_prng_is_valid.o
a - src/misc/crypt/crypt_register_cipher.o
a - src/misc/crypt/crypt_register_hash.o
a - src/misc/crypt/crypt_register_prng.o
a - src/misc/crypt/crypt_unregister_cipher.o
a - src/misc/crypt/crypt_unregister_hash.o
a - src/misc/crypt/crypt_unregister_prng.o
a - src/misc/error_to_string.o
a - src/misc/pkcs5/pkcs_5_1.o
a - src/misc/pkcs5/pkcs_5_2.o
a - src/misc/zeromem.o
a - src/modes/cbc/cbc_decrypt.o
a - src/modes/cbc/cbc_done.o
a - src/modes/cbc/cbc_encrypt.o
a - src/modes/cbc/cbc_getiv.o
a - src/modes/cbc/cbc_setiv.o
a - src/modes/cbc/cbc_start.o
a - src/modes/cfb/cfb_decrypt.o
a - src/modes/cfb/cfb_done.o
a - src/modes/cfb/cfb_encrypt.o
a - src/modes/cfb/cfb_getiv.o
a - src/modes/cfb/cfb_setiv.o
a - src/modes/cfb/cfb_start.o
a - src/modes/ctr/ctr_decrypt.o
a - src/modes/ctr/ctr_done.o
a - src/modes/ctr/ctr_encrypt.o
a - src/modes/ctr/ctr_getiv.o
a - src/modes/ctr/ctr_setiv.o
a - src/modes/ctr/ctr_start.o
a - src/modes/ctr/ctr_test.o
a - src/modes/ecb/ecb_decrypt.o
a - src/modes/ecb/ecb_done.o
a - src/modes/ecb/ecb_encrypt.o
a - src/modes/ecb/ecb_start.o
a - src/modes/f8/f8_decrypt.o
a - src/modes/f8/f8_done.o
a - src/modes/f8/f8_encrypt.o
a - src/modes/f8/f8_getiv.o
a - src/modes/f8/f8_setiv.o
a - src/modes/f8/f8_start.o
a - src/modes/f8/f8_test_mode.o
a - src/modes/lrw/lrw_decrypt.o
a - src/modes/lrw/lrw_done.o
a - src/modes/lrw/lrw_encrypt.o
a - src/modes/lrw/lrw_getiv.o
a - src/modes/lrw/lrw_process.o
a - src/modes/lrw/lrw_setiv.o
a - src/modes/lrw/lrw_start.o
a - src/modes/lrw/lrw_test.o
a - src/modes/ofb/ofb_decrypt.o
a - src/modes/ofb/ofb_done.o
a - src/modes/ofb/ofb_encrypt.o
a - src/modes/ofb/ofb_getiv.o
a - src/modes/ofb/ofb_setiv.o
a - src/modes/ofb/ofb_start.o
ranlib libtomcrypt.a
make[2]: Leaving directory `/build/buildd4/dropbear-0.49/libtomcrypt'
cd libtommath && /usr/bin/make
make[2]: Entering directory `/build/buildd4/dropbear-0.49/libtommath'
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bncore.o bncore.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_init.o bn_mp_init.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_clear.o bn_mp_clear.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_exch.o bn_mp_exch.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_grow.o bn_mp_grow.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_shrink.o bn_mp_shrink.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_clamp.o bn_mp_clamp.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_zero.o bn_mp_zero.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_set.o bn_mp_set.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_set_int.o bn_mp_set_int.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_init_size.o bn_mp_init_size.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_copy.o bn_mp_copy.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_init_copy.o bn_mp_init_copy.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_abs.o bn_mp_abs.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_neg.o bn_mp_neg.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_cmp_mag.o bn_mp_cmp_mag.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_cmp.o bn_mp_cmp.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_cmp_d.o bn_mp_cmp_d.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_rshd.o bn_mp_rshd.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_lshd.o bn_mp_lshd.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_mod_2d.o bn_mp_mod_2d.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_div_2d.o bn_mp_div_2d.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_mul_2d.o bn_mp_mul_2d.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_div_2.o bn_mp_div_2.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_mul_2.o bn_mp_mul_2.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_s_mp_add.o bn_s_mp_add.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_s_mp_sub.o bn_s_mp_sub.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_fast_s_mp_mul_digs.o bn_fast_s_mp_mul_digs.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_s_mp_mul_digs.o bn_s_mp_mul_digs.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_fast_s_mp_mul_high_digs.o bn_fast_s_mp_mul_high_digs.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_s_mp_mul_high_digs.o bn_s_mp_mul_high_digs.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_fast_s_mp_sqr.o bn_fast_s_mp_sqr.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_s_mp_sqr.o bn_s_mp_sqr.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_add.o bn_mp_add.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_sub.o bn_mp_sub.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_karatsuba_mul.o bn_mp_karatsuba_mul.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_mul.o bn_mp_mul.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_karatsuba_sqr.o bn_mp_karatsuba_sqr.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_sqr.o bn_mp_sqr.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_div.o bn_mp_div.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_mod.o bn_mp_mod.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_add_d.o bn_mp_add_d.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_sub_d.o bn_mp_sub_d.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_mul_d.o bn_mp_mul_d.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_div_d.o bn_mp_div_d.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_mod_d.o bn_mp_mod_d.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_expt_d.o bn_mp_expt_d.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_addmod.o bn_mp_addmod.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_submod.o bn_mp_submod.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_mulmod.o bn_mp_mulmod.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_sqrmod.o bn_mp_sqrmod.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_gcd.o bn_mp_gcd.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_lcm.o bn_mp_lcm.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_fast_mp_invmod.o bn_fast_mp_invmod.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_invmod.o bn_mp_invmod.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_reduce.o bn_mp_reduce.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_montgomery_setup.o bn_mp_montgomery_setup.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_fast_mp_montgomery_reduce.o bn_fast_mp_montgomery_reduce.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_montgomery_reduce.o bn_mp_montgomery_reduce.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_exptmod_fast.o bn_mp_exptmod_fast.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_exptmod.o bn_mp_exptmod.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_2expt.o bn_mp_2expt.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_n_root.o bn_mp_n_root.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_jacobi.o bn_mp_jacobi.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_reverse.o bn_reverse.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_count_bits.o bn_mp_count_bits.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_read_unsigned_bin.o bn_mp_read_unsigned_bin.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_read_signed_bin.o bn_mp_read_signed_bin.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_to_unsigned_bin.o bn_mp_to_unsigned_bin.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_to_signed_bin.o bn_mp_to_signed_bin.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_unsigned_bin_size.o bn_mp_unsigned_bin_size.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_signed_bin_size.o bn_mp_signed_bin_size.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_xor.o bn_mp_xor.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_and.o bn_mp_and.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_or.o bn_mp_or.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_rand.o bn_mp_rand.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_montgomery_calc_normalization.o bn_mp_montgomery_calc_normalization.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_prime_is_divisible.o bn_mp_prime_is_divisible.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_prime_tab.o bn_prime_tab.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_prime_fermat.o bn_mp_prime_fermat.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_prime_miller_rabin.o bn_mp_prime_miller_rabin.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_prime_is_prime.o bn_mp_prime_is_prime.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_prime_next_prime.o bn_mp_prime_next_prime.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_dr_reduce.o bn_mp_dr_reduce.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_dr_is_modulus.o bn_mp_dr_is_modulus.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_dr_setup.o bn_mp_dr_setup.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_reduce_setup.o bn_mp_reduce_setup.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_toom_mul.o bn_mp_toom_mul.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_toom_sqr.o bn_mp_toom_sqr.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_div_3.o bn_mp_div_3.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_s_mp_exptmod.o bn_s_mp_exptmod.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_reduce_2k.o bn_mp_reduce_2k.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_reduce_is_2k.o bn_mp_reduce_is_2k.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_reduce_2k_setup.o bn_mp_reduce_2k_setup.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_reduce_2k_l.o bn_mp_reduce_2k_l.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_reduce_is_2k_l.o bn_mp_reduce_is_2k_l.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_reduce_2k_setup_l.o bn_mp_reduce_2k_setup_l.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_radix_smap.o bn_mp_radix_smap.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_read_radix.o bn_mp_read_radix.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_toradix.o bn_mp_toradix.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_radix_size.o bn_mp_radix_size.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_fread.o bn_mp_fread.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_fwrite.o bn_mp_fwrite.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_cnt_lsb.o bn_mp_cnt_lsb.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_error.o bn_error.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_init_multi.o bn_mp_init_multi.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_clear_multi.o bn_mp_clear_multi.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_exteuclid.o bn_mp_exteuclid.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_toradix_n.o bn_mp_toradix_n.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_prime_random_ex.o bn_mp_prime_random_ex.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_get_int.o bn_mp_get_int.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_sqrt.o bn_mp_sqrt.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_is_square.o bn_mp_is_square.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_init_set.o bn_mp_init_set.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_init_set_int.o bn_mp_init_set_int.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_invmod_slow.o bn_mp_invmod_slow.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_prime_rabin_miller_trials.o bn_mp_prime_rabin_miller_trials.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_to_signed_bin_n.o bn_mp_to_signed_bin_n.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -I. -c -o bn_mp_to_unsigned_bin_n.o bn_mp_to_unsigned_bin_n.c
ar rv libtommath.a bncore.o bn_mp_init.o bn_mp_clear.o bn_mp_exch.o bn_mp_grow.o bn_mp_shrink.o bn_mp_clamp.o bn_mp_zero.o bn_mp_set.o bn_mp_set_int.o bn_mp_init_size.o bn_mp_copy.o bn_mp_init_copy.o bn_mp_abs.o bn_mp_neg.o bn_mp_cmp_mag.o bn_mp_cmp.o bn_mp_cmp_d.o bn_mp_rshd.o bn_mp_lshd.o bn_mp_mod_2d.o bn_mp_div_2d.o bn_mp_mul_2d.o bn_mp_div_2.o bn_mp_mul_2.o bn_s_mp_add.o bn_s_mp_sub.o bn_fast_s_mp_mul_digs.o bn_s_mp_mul_digs.o bn_fast_s_mp_mul_high_digs.o bn_s_mp_mul_high_digs.o bn_fast_s_mp_sqr.o bn_s_mp_sqr.o bn_mp_add.o bn_mp_sub.o bn_mp_karatsuba_mul.o bn_mp_mul.o bn_mp_karatsuba_sqr.o bn_mp_sqr.o bn_mp_div.o bn_mp_mod.o bn_mp_add_d.o bn_mp_sub_d.o bn_mp_mul_d.o bn_mp_div_d.o bn_mp_mod_d.o bn_mp_expt_d.o bn_mp_addmod.o bn_mp_submod.o bn_mp_mulmod.o bn_mp_sqrmod.o bn_mp_gcd.o bn_mp_lcm.o bn_fast_mp_invmod.o bn_mp_invmod.o bn_mp_reduce.o bn_mp_montgomery_setup.o bn_fast_mp_montgomery_reduce.o bn_mp_montgomery_reduce.o bn_mp_exptmod_fast.o bn_mp_exptmod.o bn_mp_2expt.o
bn_mp_n_root.o bn_mp_jacobi.o bn_reverse.o bn_mp_count_bits.o bn_mp_read_unsigned_bin.o bn_mp_read_signed_bin.o bn_mp_to_unsigned_bin.o bn_mp_to_signed_bin.o bn_mp_unsigned_bin_size.o bn_mp_signed_bin_size.o bn_mp_xor.o bn_mp_and.o bn_mp_or.o bn_mp_rand.o bn_mp_montgomery_calc_normalization.o bn_mp_prime_is_divisible.o bn_prime_tab.o bn_mp_prime_fermat.o bn_mp_prime_miller_rabin.o bn_mp_prime_is_prime.o bn_mp_prime_next_prime.o bn_mp_dr_reduce.o bn_mp_dr_is_modulus.o bn_mp_dr_setup.o bn_mp_reduce_setup.o bn_mp_toom_mul.o bn_mp_toom_sqr.o bn_mp_div_3.o bn_s_mp_exptmod.o bn_mp_reduce_2k.o bn_mp_reduce_is_2k.o bn_mp_reduce_2k_setup.o bn_mp_reduce_2k_l.o bn_mp_reduce_is_2k_l.o bn_mp_reduce_2k_setup_l.o bn_mp_radix_smap.o bn_mp_read_radix.o bn_mp_toradix.o bn_mp_radix_size.o bn_mp_fread.o bn_mp_fwrite.o bn_mp_cnt_lsb.o bn_error.o bn_mp_init_multi.o bn_mp_clear_multi.o bn_mp_exteuclid.o bn_mp_toradix_n.o bn_mp_prime_random_ex.o bn_mp_get_int.o bn_mp_sqrt.o bn_mp_is_square.o bn_mp
_init_set.o bn_mp_init_set_int.o bn_mp_invmod_slow.o bn_mp_prime_rabin_miller_trials.o bn_mp_to_signed_bin_n.o bn_mp_to_unsigned_bin_n.o
ar: creating libtommath.a
a - bncore.o
a - bn_mp_init.o
a - bn_mp_clear.o
a - bn_mp_exch.o
a - bn_mp_grow.o
a - bn_mp_shrink.o
a - bn_mp_clamp.o
a - bn_mp_zero.o
a - bn_mp_set.o
a - bn_mp_set_int.o
a - bn_mp_init_size.o
a - bn_mp_copy.o
a - bn_mp_init_copy.o
a - bn_mp_abs.o
a - bn_mp_neg.o
a - bn_mp_cmp_mag.o
a - bn_mp_cmp.o
a - bn_mp_cmp_d.o
a - bn_mp_rshd.o
a - bn_mp_lshd.o
a - bn_mp_mod_2d.o
a - bn_mp_div_2d.o
a - bn_mp_mul_2d.o
a - bn_mp_div_2.o
a - bn_mp_mul_2.o
a - bn_s_mp_add.o
a - bn_s_mp_sub.o
a - bn_fast_s_mp_mul_digs.o
a - bn_s_mp_mul_digs.o
a - bn_fast_s_mp_mul_high_digs.o
a - bn_s_mp_mul_high_digs.o
a - bn_fast_s_mp_sqr.o
a - bn_s_mp_sqr.o
a - bn_mp_add.o
a - bn_mp_sub.o
a - bn_mp_karatsuba_mul.o
a - bn_mp_mul.o
a - bn_mp_karatsuba_sqr.o
a - bn_mp_sqr.o
a - bn_mp_div.o
a - bn_mp_mod.o
a - bn_mp_add_d.o
a - bn_mp_sub_d.o
a - bn_mp_mul_d.o
a - bn_mp_div_d.o
a - bn_mp_mod_d.o
a - bn_mp_expt_d.o
a - bn_mp_addmod.o
a - bn_mp_submod.o
a - bn_mp_mulmod.o
a - bn_mp_sqrmod.o
a - bn_mp_gcd.o
a - bn_mp_lcm.o
a - bn_fast_mp_invmod.o
a - bn_mp_invmod.o
a - bn_mp_reduce.o
a - bn_mp_montgomery_setup.o
a - bn_fast_mp_montgomery_reduce.o
a - bn_mp_montgomery_reduce.o
a - bn_mp_exptmod_fast.o
a - bn_mp_exptmod.o
a - bn_mp_2expt.o
a - bn_mp_n_root.o
a - bn_mp_jacobi.o
a - bn_reverse.o
a - bn_mp_count_bits.o
a - bn_mp_read_unsigned_bin.o
a - bn_mp_read_signed_bin.o
a - bn_mp_to_unsigned_bin.o
a - bn_mp_to_signed_bin.o
a - bn_mp_unsigned_bin_size.o
a - bn_mp_signed_bin_size.o
a - bn_mp_xor.o
a - bn_mp_and.o
a - bn_mp_or.o
a - bn_mp_rand.o
a - bn_mp_montgomery_calc_normalization.o
a - bn_mp_prime_is_divisible.o
a - bn_prime_tab.o
a - bn_mp_prime_fermat.o
a - bn_mp_prime_miller_rabin.o
a - bn_mp_prime_is_prime.o
a - bn_mp_prime_next_prime.o
a - bn_mp_dr_reduce.o
a - bn_mp_dr_is_modulus.o
a - bn_mp_dr_setup.o
a - bn_mp_reduce_setup.o
a - bn_mp_toom_mul.o
a - bn_mp_toom_sqr.o
a - bn_mp_div_3.o
a - bn_s_mp_exptmod.o
a - bn_mp_reduce_2k.o
a - bn_mp_reduce_is_2k.o
a - bn_mp_reduce_2k_setup.o
a - bn_mp_reduce_2k_l.o
a - bn_mp_reduce_is_2k_l.o
a - bn_mp_reduce_2k_setup_l.o
a - bn_mp_radix_smap.o
a - bn_mp_read_radix.o
a - bn_mp_toradix.o
a - bn_mp_radix_size.o
a - bn_mp_fread.o
a - bn_mp_fwrite.o
a - bn_mp_cnt_lsb.o
a - bn_error.o
a - bn_mp_init_multi.o
a - bn_mp_clear_multi.o
a - bn_mp_exteuclid.o
a - bn_mp_toradix_n.o
a - bn_mp_prime_random_ex.o
a - bn_mp_get_int.o
a - bn_mp_sqrt.o
a - bn_mp_is_square.o
a - bn_mp_init_set.o
a - bn_mp_init_set_int.o
a - bn_mp_invmod_slow.o
a - bn_mp_prime_rabin_miller_trials.o
a - bn_mp_to_signed_bin_n.o
a - bn_mp_to_unsigned_bin_n.o
ranlib libtommath.a
make[2]: Leaving directory `/build/buildd4/dropbear-0.49/libtommath'
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o dbutil.o dbutil.c
dbutil.c: In function 'getaddrstring':
dbutil.c:434: warning: pointer targets in return differ in signedness
dbutil.c: In function 'getaddrhostname':
dbutil.c:474: warning: pointer targets in return differ in signedness
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o buffer.o buffer.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o dss.o dss.c
dss.c: In function 'buf_put_dss_pub_key':
dss.c:144: warning: pointer targets in passing argument 2 of 'buf_putstring' differ in signedness
dss.c: In function 'buf_dss_verify':
dss.c:183: warning: pointer targets in passing argument 2 of 'buf_getstring' differ in signedness
dss.c:183: warning: pointer targets in assignment differ in signedness
dss.c:196: warning: pointer targets in passing argument 2 of 'bytes_to_mp' differ in signedness
dss.c:218: warning: pointer targets in passing argument 2 of 'bytes_to_mp' differ in signedness
dss.c: In function 'buf_put_dss_sign':
dss.c:384: warning: pointer targets in passing argument 2 of 'buf_putstring' differ in signedness
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o bignum.o bignum.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o signkey.o signkey.c
signkey.c: In function 'buf_get_pub_key':
signkey.c:100: warning: pointer targets in passing argument 1 of 'signkey_type_from_name' differ in signedness
signkey.c: In function 'buf_get_priv_key':
signkey.c:152: warning: pointer targets in passing argument 1 of 'signkey_type_from_name' differ in signedness
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o rsa.o rsa.c
rsa.c: In function 'buf_put_rsa_pub_key':
rsa.c:183: warning: pointer targets in passing argument 2 of 'buf_putstring' differ in signedness
rsa.c: In function 'buf_put_rsa_sign':
rsa.c:340: warning: pointer targets in passing argument 2 of 'buf_putstring' differ in signedness
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o random.o random.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o queue.o queue.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o atomicio.o atomicio.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o compat.o compat.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o fake-rfc2553.o fake-rfc2553.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o common-session.o common-session.c
common-session.c: In function 'common_session_init':
common-session.c:57: warning: pointer targets in assignment differ in signedness
common-session.c: In function 'session_identification':
common-session.c:272: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
common-session.c:272: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
common-session.c:272: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
common-session.c:272: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
common-session.c:272: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
common-session.c:272: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
common-session.c:272: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
common-session.c:272: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
common-session.c:273: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
common-session.c:273: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
common-session.c:273: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
common-session.c:273: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
common-session.c:273: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
common-session.c:273: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
common-session.c:273: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
common-session.c:273: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o packet.o packet.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o common-algo.o common-algo.c
common-algo.c:90: warning: pointer targets in initialization differ in signedness
common-algo.c:93: warning: pointer targets in initialization differ in signedness
common-algo.c:96: warning: pointer targets in initialization differ in signedness
common-algo.c:99: warning: pointer targets in initialization differ in signedness
common-algo.c:100: warning: pointer targets in initialization differ in signedness
common-algo.c:103: warning: pointer targets in initialization differ in signedness
common-algo.c:106: warning: pointer targets in initialization differ in signedness
common-algo.c:113: warning: pointer targets in initialization differ in signedness
common-algo.c:116: warning: pointer targets in initialization differ in signedness
common-algo.c:119: warning: pointer targets in initialization differ in signedness
common-algo.c:126: warning: pointer targets in initialization differ in signedness
common-algo.c:128: warning: pointer targets in initialization differ in signedness
common-algo.c:134: warning: pointer targets in initialization differ in signedness
common-algo.c:137: warning: pointer targets in initialization differ in signedness
common-algo.c:143: warning: pointer targets in initialization differ in signedness
common-algo.c: In function 'have_algo':
common-algo.c:200: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
common-algo.c:201: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
common-algo.c:201: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
common-algo.c:201: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
common-algo.c:201: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
common-algo.c:201: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
common-algo.c:201: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
common-algo.c:201: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
common-algo.c:201: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
common-algo.c: In function 'buf_put_algolist':
common-algo.c:224: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o common-kex.o common-kex.c
common-kex.c: In function 'send_msg_kexinit':
common-kex.c:100: warning: pointer targets in passing argument 2 of 'buf_putstring' differ in signedness
common-kex.c:103: warning: pointer targets in passing argument 2 of 'buf_putstring' differ in signedness
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o common-channel.o common-channel.c
common-channel.c: In function 'check_in_progress':
common-channel.c:337: warning: pointer targets in passing argument 3 of 'send_msg_channel_open_failure' differ in signedness
common-channel.c:337: warning: pointer targets in passing argument 4 of 'send_msg_channel_open_failure' differ in signedness
common-channel.c: In function 'recv_msg_channel_open':
common-channel.c:787: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
common-channel.c:787: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
common-channel.c:787: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
common-channel.c:787: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
common-channel.c:787: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
common-channel.c:787: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
common-channel.c:828: warning: pointer targets in passing argument 3 of 'send_msg_channel_open_failure' differ in signedness
common-channel.c:828: warning: pointer targets in passing argument 4 of 'send_msg_channel_open_failure' differ in signedness
common-channel.c: In function 'send_msg_channel_open_init':
common-channel.c:971: warning: pointer targets in passing argument 2 of 'buf_putstring' differ in signedness
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o common-chansession.o common-chansession.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o termcodes.o termcodes.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o loginrec.o loginrec.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o tcp-accept.o tcp-accept.c
tcp-accept.c: In function 'tcp_acceptor':
tcp-accept.c:84: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
tcp-accept.c:88: warning: pointer targets in passing argument 2 of 'buf_putstring' differ in signedness
tcp-accept.c: In function 'listen_tcpfwd':
tcp-accept.c:117: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
tcp-accept.c:117: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
tcp-accept.c:117: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
tcp-accept.c:117: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
tcp-accept.c:117: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
tcp-accept.c:117: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
tcp-accept.c:118: warning: pointer targets in assignment differ in signedness
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o listener.o listener.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o process-packet.o process-packet.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o common-runopts.o common-runopts.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o circbuffer.o circbuffer.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o svr-kex.o svr-kex.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o svr-algo.o svr-algo.c
svr-algo.c: In function 'svr_buf_match_algo':
svr-algo.c:79: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-algo.c:83: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-algo.c:84: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-algo.c:84: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-algo.c:84: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-algo.c:84: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-algo.c:84: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-algo.c:84: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
svr-algo.c:84: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-algo.c:84: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-algo.c:84: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
svr-algo.c:84: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-algo.c:84: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-algo.c:84: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
svr-algo.c:84: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-algo.c:84: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
svr-algo.c:84: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
svr-algo.c:84: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o svr-auth.o svr-auth.c
svr-auth.c: In function 'send_msg_userauth_banner':
svr-auth.c:81: warning: pointer targets in passing argument 2 of 'buf_putstring' differ in signedness
svr-auth.c: In function 'recv_msg_userauth_request':
svr-auth.c:117: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-auth.c:117: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-auth.c:117: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-auth.c:117: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-auth.c:117: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-auth.c:117: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-auth.c:117: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-auth.c:117: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
svr-auth.c:129: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-auth.c:129: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-auth.c:129: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-auth.c:129: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-auth.c:129: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-auth.c:129: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-auth.c:129: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-auth.c:129: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
svr-auth.c:149: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-auth.c:149: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-auth.c:149: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-auth.c:149: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-auth.c:149: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-auth.c:149: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-auth.c:149: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-auth.c:149: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
svr-auth.c:173: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-auth.c:173: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-auth.c:173: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-auth.c:173: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-auth.c:173: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-auth.c:173: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-auth.c:173: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-auth.c:173: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
svr-auth.c: In function 'checkusername':
svr-auth.c:205: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-auth.c:205: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-auth.c:205: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-auth.c:205: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-auth.c:205: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-auth.c:205: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-auth.c:214: warning: pointer targets in passing argument 1 of 'm_strdup' differ in signedness
svr-auth.c: In function 'send_msg_userauth_failure':
svr-auth.c:305: warning: pointer targets in passing argument 2 of 'buf_putbytes' differ in signedness
svr-auth.c:312: warning: pointer targets in passing argument 2 of 'buf_putbytes' differ in signedness
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o sshpty.o sshpty.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o svr-authpasswd.o svr-authpasswd.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o svr-authpubkey.o svr-authpubkey.c
svr-authpubkey.c: In function 'checkpubkey':
svr-authpubkey.c:166: warning: pointer targets in passing argument 1 of 'have_algo' differ in signedness
svr-authpubkey.c:213: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-authpubkey.c:213: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-authpubkey.c:213: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-authpubkey.c:213: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-authpubkey.c:213: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-authpubkey.c:213: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
svr-authpubkey.c:213: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-authpubkey.c:213: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-authpubkey.c:213: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
svr-authpubkey.c:213: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-authpubkey.c:213: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-authpubkey.c:213: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
svr-authpubkey.c:213: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-authpubkey.c:213: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
svr-authpubkey.c:213: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
svr-authpubkey.c:213: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o svr-session.o svr-session.c
svr-session.c: In function 'svr_dropbear_log':
svr-session.c:192: warning: format '%d' expects type 'int', but argument 4 has type 'time_t'
svr-session.c:192: warning: format '%d' expects type 'int', but argument 4 has type 'time_t'
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o svr-service.o svr-service.c
svr-service.c: In function 'recv_msg_service_request':
svr-service.c:48: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-service.c:48: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-service.c:48: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
svr-service.c:48: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
svr-service.c:48: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-service.c:48: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
svr-service.c:48: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
svr-service.c:48: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness
svr-service.c:58: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-service.c:58: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-service.c:58: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
svr-service.c:58: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
svr-service.c:58: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-service.c:58: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
svr-service.c:58: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
svr-service.c:58: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o svr-chansession.o svr-chansession.c
svr-chansession.c: In function 'send_msg_chansess_exitstatus':
svr-chansession.c:169: warning: pointer targets in passing argument 2 of 'buf_putstring' differ in signedness
svr-chansession.c: In function 'send_msg_chansess_exitsignal':
svr-chansession.c:205: warning: pointer targets in passing argument 2 of 'buf_putstring' differ in signedness
svr-chansession.c:207: warning: pointer targets in passing argument 2 of 'buf_putstring' differ in signedness
svr-chansession.c:209: warning: pointer targets in passing argument 2 of 'buf_putstring' differ in signedness
svr-chansession.c:210: warning: pointer targets in passing argument 2 of 'buf_putstring' differ in signedness
svr-chansession.c: In function 'closechansess':
svr-chansession.c:276: warning: pointer targets in passing argument 3 of 'login_alloc_entry' differ in signedness
svr-chansession.c:276: warning: pointer targets in passing argument 4 of 'login_alloc_entry' differ in signedness
svr-chansession.c:280: warning: pointer targets in passing argument 1 of 'pty_release' differ in signedness
svr-chansession.c: In function 'chansessionrequest':
svr-chansession.c:332: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-chansession.c:332: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-chansession.c:332: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-chansession.c:332: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-chansession.c:332: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-chansession.c:332: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-chansession.c:334: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-chansession.c:334: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-chansession.c:334: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-chansession.c:334: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-chansession.c:334: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-chansession.c:334: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-chansession.c:336: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-chansession.c:336: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-chansession.c:336: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-chansession.c:336: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-chansession.c:336: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-chansession.c:336: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-chansession.c:338: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-chansession.c:338: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-chansession.c:338: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-chansession.c:338: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-chansession.c:338: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-chansession.c:338: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-chansession.c:340: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-chansession.c:340: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-chansession.c:340: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-chansession.c:340: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-chansession.c:340: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-chansession.c:340: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-chansession.c:343: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-chansession.c:343: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-chansession.c:343: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-chansession.c:343: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-chansession.c:343: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-chansession.c:343: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-chansession.c:347: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-chansession.c:347: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-chansession.c:347: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-chansession.c:347: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-chansession.c:347: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-chansession.c:347: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-chansession.c:350: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-chansession.c:350: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-chansession.c:350: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-chansession.c:350: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-chansession.c:350: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-chansession.c:350: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-chansession.c: In function 'sessionsignal':
svr-chansession.c:387: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-chansession.c:387: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
svr-chansession.c:387: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
svr-chansession.c:387: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-chansession.c:387: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
svr-chansession.c:387: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
svr-chansession.c: In function 'sessionpty':
svr-chansession.c:540: warning: pointer targets in passing argument 3 of 'pty_allocate' differ in signedness
svr-chansession.c:545: warning: pointer targets in passing argument 1 of 'm_strdup' differ in signedness
svr-chansession.c:545: warning: pointer targets in assignment differ in signedness
svr-chansession.c:550: warning: pointer targets in passing argument 2 of 'pty_setowner' differ in signedness
svr-chansession.c: In function 'sessioncommand':
svr-chansession.c:592: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-chansession.c:592: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-chansession.c:592: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-chansession.c:592: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-chansession.c:592: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-chansession.c:592: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-chansession.c:592: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-chansession.c:592: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
svr-chansession.c: In function 'ptycommand':
svr-chansession.c:773: warning: pointer targets in passing argument 2 of 'pty_make_controlling_tty' differ in signedness
svr-chansession.c:787: warning: pointer targets in passing argument 3 of 'login_alloc_entry' differ in signedness
svr-chansession.c:787: warning: pointer targets in passing argument 4 of 'login_alloc_entry' differ in signedness
svr-chansession.c: In function 'execchild':
svr-chansession.c:945: warning: pointer targets in passing argument 2 of 'addnewvar' differ in signedness
svr-chansession.c:980: warning: pointer targets in assignment differ in signedness
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o svr-runopts.o svr-runopts.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o svr-agentfwd.o svr-agentfwd.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o svr-main.o svr-main.c
svr-main.c: In function 'main_inetd':
svr-main.c:94: warning: pointer targets in assignment differ in signedness
svr-main.c: In function 'main_noinetd':
svr-main.c:247: warning: pointer targets in assignment differ in signedness
svr-main.c:296: warning: pointer targets in assignment differ in signedness
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o svr-x11fwd.o svr-x11fwd.c
svr-x11fwd.c: In function 'x11req':
svr-x11fwd.c:56: warning: pointer targets in assignment differ in signedness
svr-x11fwd.c:57: warning: pointer targets in assignment differ in signedness
svr-x11fwd.c: In function 'x11accept':
svr-x11fwd.c:111: warning: pointer targets in passing argument 3 of 'accept' differ in signedness
svr-x11fwd.c: In function 'send_msg_channel_open_x11':
svr-x11fwd.c:196: warning: pointer targets in passing argument 2 of 'buf_putstring' differ in signedness
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o svr-tcpfwd.o svr-tcpfwd.c
svr-tcpfwd.c: In function 'recv_msg_global_request_remotetcp':
svr-tcpfwd.c:88: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-tcpfwd.c:88: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
svr-tcpfwd.c:88: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
svr-tcpfwd.c:88: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-tcpfwd.c:88: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
svr-tcpfwd.c:88: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
svr-tcpfwd.c:90: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-tcpfwd.c:90: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
svr-tcpfwd.c:90: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
svr-tcpfwd.c:90: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-tcpfwd.c:90: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
svr-tcpfwd.c:90: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
svr-tcpfwd.c: In function 'matchtcp':
svr-tcpfwd.c:134: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-tcpfwd.c:134: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-tcpfwd.c:134: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-tcpfwd.c:134: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
svr-tcpfwd.c:134: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-tcpfwd.c:134: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-tcpfwd.c:134: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
svr-tcpfwd.c:134: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
svr-tcpfwd.c:134: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-tcpfwd.c:134: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
svr-tcpfwd.c:134: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
svr-tcpfwd.c:134: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
svr-tcpfwd.c: In function 'newtcpdirect':
svr-tcpfwd.c:244: warning: pointer targets in passing argument 2 of 'buf_getstring' differ in signedness
svr-tcpfwd.c:252: warning: pointer targets in passing argument 2 of 'buf_getstring' differ in signedness
svr-tcpfwd.c:267: warning: pointer targets in passing argument 1 of 'connect_remote' differ in signedness
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o svr-authpam.o svr-authpam.c
gcc -o dropbear dbutil.o buffer.o dss.o bignum.o signkey.o rsa.o random.o queue.o atomicio.o compat.o fake-rfc2553.o common-session.o packet.o common-algo.o common-kex.o common-channel.o common-chansession.o termcodes.o loginrec.o tcp-accept.o listener.o process-packet.o common-runopts.o circbuffer.o svr-kex.o svr-algo.o svr-auth.o sshpty.o svr-authpasswd.o svr-authpubkey.o svr-session.o svr-service.o svr-chansession.o svr-runopts.o svr-agentfwd.o svr-main.o svr-x11fwd.o svr-tcpfwd.o svr-authpam.o libtomcrypt/libtomcrypt.a libtommath/libtommath.a -lutil -lz -lcrypt
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o cli-algo.o cli-algo.c
cli-algo.c: In function 'cli_buf_match_algo':
cli-algo.c:79: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
cli-algo.c:81: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
cli-algo.c:82: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
cli-algo.c:82: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
cli-algo.c:82: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
cli-algo.c:82: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
cli-algo.c:82: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
cli-algo.c:82: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
cli-algo.c:82: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
cli-algo.c:82: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
cli-algo.c:82: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
cli-algo.c:82: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
cli-algo.c:82: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
cli-algo.c:82: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
cli-algo.c:82: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
cli-algo.c:82: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
cli-algo.c:82: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
cli-algo.c:82: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o cli-main.o cli-main.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o cli-auth.o cli-auth.c
cli-auth.c: In function 'cli_auth_getmethods':
cli-auth.c:50: warning: pointer targets in passing argument 2 of 'buf_putstring' differ in signedness
cli-auth.c:52: warning: pointer targets in passing argument 2 of 'buf_putstring' differ in signedness
cli-auth.c:53: warning: pointer targets in passing argument 2 of 'buf_putstring' differ in signedness
cli-auth.c: In function 'recv_msg_userauth_failure':
cli-auth.c:200: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
cli-auth.c:200: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
cli-auth.c:200: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
cli-auth.c:200: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
cli-auth.c:200: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
cli-auth.c:200: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
cli-auth.c:200: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
cli-auth.c:200: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness
cli-auth.c:206: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
cli-auth.c:206: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
cli-auth.c:206: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
cli-auth.c:206: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
cli-auth.c:206: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
cli-auth.c:206: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
cli-auth.c:206: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
cli-auth.c:206: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness
cli-auth.c:212: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
cli-auth.c:212: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
cli-auth.c:212: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
cli-auth.c:212: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
cli-auth.c:212: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
cli-auth.c:212: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
cli-auth.c:212: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
cli-auth.c:212: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o cli-authpasswd.o cli-authpasswd.c
cli-authpasswd.c: In function 'cli_auth_password':
cli-authpasswd.c:136: warning: pointer targets in passing argument 2 of 'buf_putstring' differ in signedness
cli-authpasswd.c:139: warning: pointer targets in passing argument 2 of 'buf_putstring' differ in signedness
cli-authpasswd.c:142: warning: pointer targets in passing argument 2 of 'buf_putstring' differ in signedness
cli-authpasswd.c:146: warning: pointer targets in passing argument 2 of 'buf_putstring' differ in signedness
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o cli-kex.o cli-kex.c
cli-kex.c: In function 'recv_msg_kexdh_reply':
cli-kex.c:86: warning: pointer targets in passing argument 3 of 'buf_get_pub_key' differ in signedness
cli-kex.c: In function 'checkhostkey':
cli-kex.c:229: warning: pointer targets in passing argument 2 of 'signkey_name_from_type' differ in signedness
cli-kex.c:247: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
cli-kex.c:247: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
cli-kex.c:247: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
cli-kex.c:247: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
cli-kex.c:247: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
cli-kex.c:247: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
cli-kex.c:247: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
cli-kex.c:247: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness
cli-kex.c:260: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
cli-kex.c:260: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
cli-kex.c:260: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
cli-kex.c:260: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
cli-kex.c:260: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
cli-kex.c:260: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
cli-kex.c:260: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
cli-kex.c:260: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
cli-kex.c:273: warning: pointer targets in passing argument 3 of 'cmp_base64_key' differ in signedness
cli-kex.c:309: warning: pointer targets in passing argument 2 of 'buf_putbytes' differ in signedness
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o cli-session.o cli-session.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o cli-service.o cli-service.c
cli-service.c: In function 'send_msg_service_request':
cli-service.c:41: warning: pointer targets in passing argument 2 of 'buf_putstring' differ in signedness
cli-service.c: In function 'recv_msg_service_accept':
cli-service.c:61: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
cli-service.c:61: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
cli-service.c:61: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
cli-service.c:61: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
cli-service.c:61: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
cli-service.c:61: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
cli-service.c:61: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
cli-service.c:61: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness
cli-service.c:72: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
cli-service.c:72: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
cli-service.c:72: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
cli-service.c:72: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
cli-service.c:72: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
cli-service.c:72: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
cli-service.c:72: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
cli-service.c:72: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o cli-runopts.o cli-runopts.c
cli-runopts.c: In function 'addforward':
cli-runopts.c:409: warning: pointer targets in assignment differ in signedness
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o cli-chansession.o cli-chansession.c
cli-chansession.c: In function 'cli_chansessreq':
cli-chansession.c:67: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
cli-chansession.c:67: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
cli-chansession.c:67: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
cli-chansession.c:67: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
cli-chansession.c:67: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
cli-chansession.c:67: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
cli-chansession.c:70: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
cli-chansession.c:70: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
cli-chansession.c:70: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
cli-chansession.c:70: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
cli-chansession.c:70: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
cli-chansession.c:70: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
cli-chansession.c: In function 'start_channel_request':
cli-chansession.c:102: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
cli-chansession.c: In function 'cli_chansess_winchange':
cli-chansession.c:275: warning: pointer targets in passing argument 2 of 'buf_putstring' differ in signedness
cli-chansession.c: In function 'send_chansess_pty_req':
cli-chansession.c:290: warning: pointer targets in passing argument 2 of 'start_channel_request' differ in signedness
cli-chansession.c:296: warning: pointer targets in assignment differ in signedness
cli-chansession.c:298: warning: pointer targets in assignment differ in signedness
cli-chansession.c:300: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
cli-chansession.c: In function 'send_chansess_shell_req':
cli-chansession.c:324: warning: pointer targets in assignment differ in signedness
cli-chansession.c:326: warning: pointer targets in assignment differ in signedness
cli-chansession.c:334: warning: pointer targets in passing argument 2 of 'buf_putstring' differ in signedness
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o cli-authpubkey.o cli-authpubkey.c
cli-authpubkey.c: In function 'recv_msg_userauth_pk_ok':
cli-authpubkey.c:72: warning: pointer targets in assignment differ in signedness
cli-authpubkey.c: In function 'send_msg_userauth_pubkey':
cli-authpubkey.c:142: warning: pointer targets in passing argument 2 of 'buf_putstring' differ in signedness
cli-authpubkey.c:145: warning: pointer targets in passing argument 2 of 'buf_putstring' differ in signedness
cli-authpubkey.c:148: warning: pointer targets in passing argument 2 of 'buf_putstring' differ in signedness
cli-authpubkey.c:154: warning: pointer targets in passing argument 2 of 'buf_putstring' differ in signedness
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o cli-tcpfwd.o cli-tcpfwd.c
cli-tcpfwd.c: In function 'setup_localtcp':
cli-tcpfwd.c:74: warning: pointer targets in passing argument 2 of 'cli_localtcp' differ in signedness
cli-tcpfwd.c: In function 'send_msg_global_request_remotetcp':
cli-tcpfwd.c:130: warning: pointer targets in passing argument 2 of 'buf_putstring' differ in signedness
cli-tcpfwd.c:138: warning: pointer targets in passing argument 2 of 'buf_putstring' differ in signedness
cli-tcpfwd.c: In function 'newtcpforwarded':
cli-tcpfwd.c:196: warning: pointer targets in passing argument 1 of 'connect_remote' differ in signedness
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o cli-channel.o cli-channel.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o cli-authinteract.o cli-authinteract.c
cli-authinteract.c: In function 'recv_msg_userauth_info_request':
cli-authinteract.c:99: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
cli-authinteract.c:105: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
cli-authinteract.c:119: warning: pointer targets in passing argument 1 of 'getpass_or_cancel' differ in signedness
cli-authinteract.c:119: warning: pointer targets in initialization differ in signedness
cli-authinteract.c:120: warning: pointer targets in passing argument 1 of 'm_strdup' differ in signedness
cli-authinteract.c:121: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
cli-authinteract.c:126: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
cli-authinteract.c: In function 'cli_auth_interactive':
cli-authinteract.c:147: warning: pointer targets in passing argument 2 of 'buf_putstring' differ in signedness
cli-authinteract.c:151: warning: pointer targets in passing argument 2 of 'buf_putstring' differ in signedness
cli-authinteract.c:155: warning: pointer targets in passing argument 2 of 'buf_putstring' differ in signedness
cli-authinteract.c:158: warning: pointer targets in passing argument 2 of 'buf_putstring' differ in signedness
cli-authinteract.c:161: warning: pointer targets in passing argument 2 of 'buf_putstring' differ in signedness
gcc -o dbclient dbutil.o buffer.o dss.o bignum.o signkey.o rsa.o random.o queue.o atomicio.o compat.o fake-rfc2553.o common-session.o packet.o common-algo.o common-kex.o common-channel.o common-chansession.o termcodes.o loginrec.o tcp-accept.o listener.o process-packet.o common-runopts.o circbuffer.o cli-algo.o cli-main.o cli-auth.o cli-authpasswd.o cli-kex.o cli-session.o cli-service.o cli-runopts.o cli-chansession.o cli-authpubkey.o cli-tcpfwd.o cli-channel.o cli-authinteract.o libtomcrypt/libtomcrypt.a libtommath/libtommath.a -lutil -lz -lcrypt
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o dropbearkey.o dropbearkey.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o gendss.o gendss.c
gendss.c: In function 'getq':
gendss.c:76: warning: pointer targets in passing argument 1 of 'genrandom' differ in signedness
gendss.c:80: warning: pointer targets in passing argument 2 of 'bytes_to_mp' differ in signedness
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o genrsa.o genrsa.c
gcc -o dropbearkey dbutil.o buffer.o dss.o bignum.o signkey.o rsa.o random.o queue.o atomicio.o compat.o fake-rfc2553.o dropbearkey.o gendss.o genrsa.o libtomcrypt/libtomcrypt.a libtommath/libtommath.a -lutil -lz -lcrypt
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o dropbearconvert.o dropbearconvert.c
gcc -I. -I. -I./libtomcrypt/src/headers/ -Wall -g -O2 -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\"" -DDROPBEAR_SERVER -DDROPBEAR_CLIENT -c -o keyimport.o keyimport.c
keyimport.c: In function 'base64_encode_fp':
keyimport.c:213: warning: pointer targets in passing argument 3 of 'base64_encode' differ in signedness
keyimport.c: In function 'load_openssh_key':
keyimport.c:454: warning: pointer targets in passing argument 1 of 'base64_decode' differ in signedness
keyimport.c: In function 'openssh_read':
keyimport.c:607: warning: pointer targets in passing argument 2 of 'buf_putstring' differ in signedness
keyimport.c:609: warning: pointer targets in passing argument 2 of 'buf_putstring' differ in signedness
keyimport.c:643: warning: pointer targets in passing argument 2 of 'buf_putstring' differ in signedness
keyimport.c: In function 'openssh_write':
keyimport.c:704: warning: unused variable 'iv'
gcc -o dropbearconvert dbutil.o buffer.o dss.o bignum.o signkey.o rsa.o random.o queue.o atomicio.o compat.o fake-rfc2553.o dropbearconvert.o keyimport.o libtomcrypt/libtomcrypt.a libtommath/libtommath.a -lutil -lz -lcrypt
make[1]: Leaving directory `/build/buildd4/dropbear-0.49'
touch build-stamp
/usr/bin/fakeroot debian/rules binary-arch
rm -rf '/build/buildd4/dropbear-0.49/debian/dropbear'
install -d -m0755 '/build/buildd4/dropbear-0.49/debian/dropbear'/etc/dropbear
# programs
install -d -m0755 '/build/buildd4/dropbear-0.49/debian/dropbear'/usr/sbin
install -m0755 dropbear '/build/buildd4/dropbear-0.49/debian/dropbear'/usr/sbin/dropbear
install -d -m0755 '/build/buildd4/dropbear-0.49/debian/dropbear'/usr/bin
install -m0755 dbclient '/build/buildd4/dropbear-0.49/debian/dropbear'/usr/bin/dbclient
install -m0755 dropbearkey '/build/buildd4/dropbear-0.49/debian/dropbear'/usr/bin/dropbearkey
install -d -m0755 '/build/buildd4/dropbear-0.49/debian/dropbear'/usr/lib/dropbear
install -m0755 dropbearconvert \
'/build/buildd4/dropbear-0.49/debian/dropbear'/usr/lib/dropbear/dropbearconvert
strip -R .comment -R .note '/build/buildd4/dropbear-0.49/debian/dropbear'/usr/sbin/* \
'/build/buildd4/dropbear-0.49/debian/dropbear'/usr/bin/* '/build/buildd4/dropbear-0.49/debian/dropbear'/usr/lib/dropbear/*
# init and run scripts
install -d -m0755 '/build/buildd4/dropbear-0.49/debian/dropbear'/etc/init.d
install -m0755 debian/dropbear.init '/build/buildd4/dropbear-0.49/debian/dropbear'/etc/init.d/dropbear
install -m0755 debian/service/run '/build/buildd4/dropbear-0.49/debian/dropbear'/etc/dropbear/run
install -d -m0755 '/build/buildd4/dropbear-0.49/debian/dropbear'/etc/dropbear/log
install -m0755 debian/service/log '/build/buildd4/dropbear-0.49/debian/dropbear'/etc/dropbear/log/run
ln -s /var/log/dropbear '/build/buildd4/dropbear-0.49/debian/dropbear'/etc/dropbear/log/main
ln -s /var/run/dropbear '/build/buildd4/dropbear-0.49/debian/dropbear'/etc/dropbear/supervise
ln -s /var/run/dropbear.log '/build/buildd4/dropbear-0.49/debian/dropbear'/etc/dropbear/log/supervise
# man pages
install -d -m0755 '/build/buildd4/dropbear-0.49/debian/dropbear'/usr/share/man/man8
for i in dropbear.8 dropbearkey.8; do \
install -m644 $i '/build/buildd4/dropbear-0.49/debian/dropbear'/usr/share/man/man8/ || exit 1; \
done
gzip -9 '/build/buildd4/dropbear-0.49/debian/dropbear'/usr/share/man/man8/*.8
install -d -m0755 '/build/buildd4/dropbear-0.49/debian/dropbear'/usr/share/man/man1
install -m644 dbclient.1 '/build/buildd4/dropbear-0.49/debian/dropbear'/usr/share/man/man1/
gzip -9 '/build/buildd4/dropbear-0.49/debian/dropbear'/usr/share/man/man1/*.1
# copyright, changelog
cat debian/copyright.in LICENSE >debian/copyright
test -r changelog || ln -s CHANGES changelog
: implicit
: debian/dropbear/usr/share/doc/dropbear/
+ install -m0644 debian/copyright debian/dropbear/usr/share/doc/dropbear/
+ install -m0644 debian/changelog debian/dropbear/usr/share/doc/dropbear/changelog.Debian
+ install -m0644 changelog debian/dropbear/usr/share/doc/dropbear/
+ install -m0644 README debian/dropbear/usr/share/doc/dropbear/
+ install -m0644 TODO debian/dropbear/usr/share/doc/dropbear/
+ install -m0644 debian/README.runit debian/dropbear/usr/share/doc/dropbear/
+ install -m0644 debian/README.Debian.diet debian/dropbear/usr/share/doc/dropbear/
+ install -m0644 debian/dropbear.README.Debian debian/dropbear/usr/share/doc/dropbear/README.Debian
: debian/dropbear/usr/share/doc/dropbear/examples/
: debian/dropbear/usr/share/doc/dropbear/ ok
: debian/dropbear/DEBIAN/
+ install -m0644 debian/dropbear.conffiles debian/dropbear/DEBIAN/conffiles
+ install -m0755 debian/dropbear.prerm debian/dropbear/DEBIAN/prerm
+ install -m0755 debian/dropbear.postinst debian/dropbear/DEBIAN/postinst
+ install -m0755 debian/dropbear.postrm debian/dropbear/DEBIAN/postrm
: debian/dropbear/DEBIAN/md5sums
: debian/dropbear/DEBIAN/ ok
test 'gcc' != 'gcc' || \
dpkg-shlibdeps '/build/buildd4/dropbear-0.49/debian/dropbear'/usr/sbin/* '/build/buildd4/dropbear-0.49/debian/dropbear'/usr/bin/* \
'/build/buildd4/dropbear-0.49/debian/dropbear'/usr/lib/dropbear/*
dpkg-gencontrol -isp -pdropbear -P'/build/buildd4/dropbear-0.49/debian/dropbear'
dpkg -b '/build/buildd4/dropbear-0.49/debian/dropbear' ..
dpkg-deb: building package `dropbear' in `../dropbear_0.49-2_m32r.deb'.
dpkg-genchanges -B
dpkg-genchanges: arch-specific upload - not including arch-independent packages
dpkg-genchanges: binary-only upload - not including any source code
dpkg-buildpackage: binary only upload (no source included)
******************************************************************************
Build finished at 20070614-1243
dropbear_0.49-2_m32r.changes:
Format: 1.7
Date: Sat, 09 Jun 2007 08:59:59 +0000
Source: dropbear
Binary: dropbear
Architecture: m32r
Version: 0.49-2
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape <pape at smarden.org>
Changed-By: Gerrit Pape <pape at smarden.org>
Description:
dropbear - lightweight SSH2 server and client
Closes: 386976
Changes:
dropbear (0.49-2) unstable; urgency=low
.
* debian/rules: apply diffs from debian/diff/ with patch -p1 instead of
-p0.
* debian/diff/0001-options.h-use-dev-urandom-instead-of-dev-random-a.diff:
new; options.h: use /dev/urandom instead of /dev/random as
DROPBEAR_RANDOM_DEV (closes: #386976).
* debian/rules: target clean: remove libtomcrypt/Makefile,
libtommath/Makefile.
Files:
0e2e32ce8c8b67696590b101aa308028 211652 net optional dropbear_0.49-2_m32r.deb
/debian/buildd4/build/chroot-unstable/build/buildd4/dropbear_0.49-2_m32r.deb:
new debian package, version 2.0.
size 211652 bytes: control archive= 2069 bytes.
rm: cannot remove directory `/tmp/dpkgESSiMc': Directory not empty
rm cleanup failed, code 256
61 bytes, 3 lines conffiles
638 bytes, 18 lines control
1145 bytes, 18 lines md5sums
2097 bytes, 67 lines * postinst #!/bin/sh
346 bytes, 12 lines * postrm #!/bin/sh
232 bytes, 11 lines * prerm #!/bin/sh
Package: dropbear
Version: 0.49-2
Architecture: m32r
Maintainer: Gerrit Pape <pape at smarden.org>
Installed-Size: 496
Depends: libc6 (>= 2.3.5-1), zlib1g (>= 1:1.2.1)
Suggests: openssh-client, runit
Section: net
Priority: optional
Description: lightweight SSH2 server and client
dropbear is a SSH 2 server and client designed to be small enough to
be used in small memory environments, while still being functional and
secure enough for general use.
.
It implements most required features of the SSH 2 protocol, and other
features such as X11 and authentication agent forwarding.
.
See http://matt.ucc.asn.au/dropbear/dropbear.html
/debian/buildd4/build/chroot-unstable/build/buildd4/dropbear_0.49-2_m32r.deb:
drwxr-xr-x root/root 0 2007-06-14 12:41 ./
drwxr-xr-x root/root 0 2007-06-14 12:41 ./etc/
drwxr-xr-x root/root 0 2007-06-14 12:41 ./etc/dropbear/
-rwxr-xr-x root/root 100 2007-06-14 12:41 ./etc/dropbear/run
drwxr-xr-x root/root 0 2007-06-14 12:41 ./etc/dropbear/log/
-rwxr-xr-x root/root 53 2007-06-14 12:41 ./etc/dropbear/log/run
drwxr-xr-x root/root 0 2007-06-14 12:41 ./etc/init.d/
-rwxr-xr-x root/root 1791 2007-06-14 12:41 ./etc/init.d/dropbear
drwxr-xr-x root/root 0 2007-06-14 12:41 ./usr/
drwxr-xr-x root/root 0 2007-06-14 12:41 ./usr/sbin/
-rwxr-xr-x root/root 117188 2007-06-14 12:41 ./usr/sbin/dropbear
drwxr-xr-x root/root 0 2007-06-14 12:41 ./usr/bin/
-rwxr-xr-x root/root 108624 2007-06-14 12:41 ./usr/bin/dbclient
-rwxr-xr-x root/root 53160 2007-06-14 12:41 ./usr/bin/dropbearkey
drwxr-xr-x root/root 0 2007-06-14 12:41 ./usr/lib/
drwxr-xr-x root/root 0 2007-06-14 12:41 ./usr/lib/dropbear/
-rwxr-xr-x root/root 51208 2007-06-14 12:41 ./usr/lib/dropbear/dropbearconvert
drwxr-xr-x root/root 0 2007-06-14 12:41 ./usr/share/
drwxr-xr-x root/root 0 2007-06-14 12:41 ./usr/share/man/
drwxr-xr-x root/root 0 2007-06-14 12:41 ./usr/share/man/man8/
-rw-r--r-- root/root 934 2007-06-14 12:41 ./usr/share/man/man8/dropbear.8.gz
-rw-r--r-- root/root 485 2007-06-14 12:41 ./usr/share/man/man8/dropbearkey.8.gz
drwxr-xr-x root/root 0 2007-06-14 12:41 ./usr/share/man/man1/
-rw-r--r-- root/root 860 2007-06-14 12:41 ./usr/share/man/man1/dbclient.1.gz
drwxr-xr-x root/root 0 2007-06-14 12:41 ./usr/share/doc/
drwxr-xr-x root/root 0 2007-06-14 12:41 ./usr/share/doc/dropbear/
-rw-r--r-- root/root 3993 2007-06-14 12:41 ./usr/share/doc/dropbear/copyright
-rw-r--r-- root/root 3085 2007-06-14 12:41 ./usr/share/doc/dropbear/README
-rw-r--r-- root/root 623 2007-06-14 12:41 ./usr/share/doc/dropbear/TODO
-rw-r--r-- root/root 9230 2007-06-14 12:41 ./usr/share/doc/dropbear/changelog.gz
-rw-r--r-- root/root 2852 2007-06-14 12:41 ./usr/share/doc/dropbear/changelog.Debian.gz
-rw-r--r-- root/root 1646 2007-06-14 12:41 ./usr/share/doc/dropbear/README.runit
-rw-r--r-- root/root 584 2007-06-14 12:41 ./usr/share/doc/dropbear/README.Debian.diet
-rw-r--r-- root/root 1281 2007-06-14 12:41 ./usr/share/doc/dropbear/README.Debian
lrwxrwxrwx root/root 0 2007-06-14 12:41 ./etc/dropbear/log/main -> /var/log/dropbear
lrwxrwxrwx root/root 0 2007-06-14 12:41 ./etc/dropbear/log/supervise -> /var/run/dropbear.log
lrwxrwxrwx root/root 0 2007-06-14 12:41 ./etc/dropbear/supervise -> /var/run/dropbear
******************************************************************************
Built successfully
Purging /debian/buildd4/build/chroot-unstable/build/buildd4/dropbear-0.49
------------------------------------------------------------------------------
******************************************************************************
Finished at 20070614-1243
Build needed 00:56:46, 15956k disk space
More information about the build-status
mailing list