rdesktop/crypto
Matt Chapman 0bd0ca616f MIPSpro defaults to unsigned char, use signed char where required.
__mips not __mips__, same for alpha.


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@36 423420c4-83ab-492f-b58f-81f9feb106b5
2001-09-17 12:50:49 +00:00
..
bn_add.c Synced crypto/ with latest OpenSSL. 2001-09-15 09:37:17 +00:00
bn_asm.c Synced crypto/ with latest OpenSSL. 2001-09-15 09:37:17 +00:00
bn_ctx.c Synced crypto/ with latest OpenSSL. 2001-09-15 09:37:17 +00:00
bn_div.c Synced crypto/ with latest OpenSSL. 2001-09-15 09:37:17 +00:00
bn_exp.c Add a ui_select to xwin.c to reduce latency. 2001-09-15 12:34:34 +00:00
bn_lcl.h Synced crypto/ with latest OpenSSL. 2001-09-15 09:37:17 +00:00
bn_lib.c Synced crypto/ with latest OpenSSL. 2001-09-15 09:37:17 +00:00
bn_mul.c Synced crypto/ with latest OpenSSL. 2001-09-15 09:37:17 +00:00
bn_shift.c Synced crypto/ with latest OpenSSL. 2001-09-15 09:37:17 +00:00
bn_sqr.c Synced crypto/ with latest OpenSSL. 2001-09-15 09:37:17 +00:00
bn.h MIPSpro defaults to unsigned char, use signed char where required. 2001-09-17 12:50:49 +00:00
md5_dgst.c Synced crypto/ with latest OpenSSL. 2001-09-15 09:37:17 +00:00
md5_locl.h Synced crypto/ with latest OpenSSL. 2001-09-15 09:37:17 +00:00
md5.h Synced crypto/ with latest OpenSSL. 2001-09-15 09:37:17 +00:00
md32_common.h Synced crypto/ with latest OpenSSL. 2001-09-15 09:37:17 +00:00
rc4_enc.c Synced crypto/ with latest OpenSSL. 2001-09-15 09:37:17 +00:00
rc4_skey.c Synced crypto/ with latest OpenSSL. 2001-09-15 09:37:17 +00:00
rc4.h Synced crypto/ with latest OpenSSL. 2001-09-15 09:37:17 +00:00
README Synced crypto/ with latest OpenSSL. 2001-09-15 09:37:17 +00:00
sha1dgst.c Synced crypto/ with latest OpenSSL. 2001-09-15 09:37:17 +00:00
sha_locl.h Synced crypto/ with latest OpenSSL. 2001-09-15 09:37:17 +00:00
sha.h Synced crypto/ with latest OpenSSL. 2001-09-15 09:37:17 +00:00

The files in this directory are taken from OpenSSL (http://www.openssl.org/),
with minor changes.  They provide the basic cryptographic algorithms
needed by rdesktop if the OpenSSL library if not available.