Fix various stuff: that VC++ 5.0 chokes on:
authorDr. Stephen Henson <steve@openssl.org>
Sun, 31 Jan 1999 17:30:18 +0000 (17:30 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 31 Jan 1999 17:30:18 +0000 (17:30 +0000)
commit9b3086fe382e7b0f53b8634d0e75f1a659ab2653
tree462330501c21d687e5389fed2b76ab350db16ffa
parentd433f9014edac49202f34ba464534eafd4bf6701
Fix various stuff: that VC++ 5.0 chokes on:
1. Add *lots* of missing prototypes for static ssl functions.
2. VC++ doesn't understand the 'LL' suffix for 64 bits constants: change bn.org
3. Add a few missing prototypes in pem.org
Fix mk1mf.pl so it outputs a Makefile that doesn't choke Win95.
Fix mkdef.pl so it doesn't truncate longer names.
19 files changed:
crypto/bn/bn.org
crypto/pem/pem.org
ssl/s23_clnt.c
ssl/s23_lib.c
ssl/s23_meth.c
ssl/s23_srvr.c
ssl/s2_clnt.c
ssl/s2_meth.c
ssl/s2_srvr.c
ssl/s3_clnt.c
ssl/s3_meth.c
ssl/s3_srvr.c
ssl/ssl.h
ssl/ssl_lib.c
ssl/t1_clnt.c
ssl/t1_meth.c
ssl/t1_srvr.c
util/mkdef.pl
util/pl/VC-32.pl