Use new-style system-id macros everywhere possible. I hope I haven't
authorRichard Levitte <levitte@openssl.org>
Tue, 20 Feb 2001 08:13:47 +0000 (08:13 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 20 Feb 2001 08:13:47 +0000 (08:13 +0000)
commitbc36ee6227517edae802bcb0da68d4f04fe1fb5e
tree19782c56cd5f5930807df5c8bfb4963a05121c48
parentf2bc668429fa2abdc77db0db861a9bb2be0c3a85
Use new-style system-id macros everywhere possible.  I hope I haven't
missed any.

This compiles and runs on Linux, and external applications have no
problems with it.  The definite test will be to build this on VMS.
118 files changed:
Configure
apps/app_rand.c
apps/apps.c
apps/asn1pars.c
apps/ca.c
apps/ciphers.c
apps/crl.c
apps/crl2p7.c
apps/dgst.c
apps/dh.c
apps/dhparam.c
apps/dsa.c
apps/dsaparam.c
apps/enc.c
apps/engine.c
apps/errstr.c
apps/gendh.c
apps/gendsa.c
apps/genrsa.c
apps/nseq.c
apps/openssl.c
apps/passwd.c
apps/pkcs12.c
apps/pkcs7.c
apps/pkcs8.c
apps/rand.c
apps/req.c
apps/rsa.c
apps/rsautl.c
apps/s_apps.h
apps/s_client.c
apps/s_server.c
apps/s_socket.c
apps/s_time.c
apps/sess_id.c
apps/smime.c
apps/speed.c
apps/spkac.c
apps/x509.c
crypto/asn1/a_gentm.c
crypto/asn1/a_time.c
crypto/asn1/a_utctm.c
crypto/bf/bf_opts.c
crypto/bf/bfspeed.c
crypto/bio/b_sock.c
crypto/bio/bio_cb.c
crypto/bio/bss_acpt.c
crypto/bio/bss_conn.c
crypto/bio/bss_fd.c
crypto/bio/bss_file.c
crypto/bio/bss_log.c
crypto/bio/bss_sock.c
crypto/bn/bnspeed.c
crypto/bn/bntest.c
crypto/bn/expspeed.c
crypto/bn/exptest.c
crypto/bn/vms-helper.c
crypto/cast/cast_spd.c
crypto/cast/castopts.c
crypto/comp/c_zlib.c
crypto/conf/conf_def.c
crypto/conf/conf_lib.c
crypto/cryptlib.c
crypto/cryptlib.h
crypto/des/des.c
crypto/des/des_locl.h
crypto/des/des_opts.c
crypto/des/destest.c
crypto/des/read_pwd.c
crypto/des/speed.c
crypto/dh/dhtest.c
crypto/dsa/dsatest.c
crypto/dso/dso_vms.c
crypto/dso/dso_win32.c
crypto/err/err.c
crypto/idea/idea_spd.c
crypto/rand/md_rand.c
crypto/rand/rand_egd.c
crypto/rand/rand_unix.c
crypto/rand/rand_vms.c
crypto/rand/rand_win.c
crypto/rand/randfile.c
crypto/rc2/rc2speed.c
crypto/rc4/rc4.c
crypto/rc4/rc4speed.c
crypto/rc5/rc5speed.c
crypto/rsa/rsa_sign.c
crypto/symhacks.h
crypto/threads/mttest.c
crypto/threads/th-lock.c
crypto/tmdiff.c
crypto/txt_db/txt_db.c
ssl/kssl.c
ssl/s23_clnt.c
ssl/s23_lib.c
ssl/s23_srvr.c
ssl/s2_clnt.c
ssl/s2_enc.c
ssl/s2_lib.c
ssl/s2_meth.c
ssl/s2_pkt.c
ssl/s2_srvr.c
ssl/s3_both.c
ssl/s3_clnt.c
ssl/s3_lib.c
ssl/s3_pkt.c
ssl/s3_srvr.c
ssl/ssl_algs.c
ssl/ssl_cert.c
ssl/ssl_ciph.c
ssl/ssl_err.c
ssl/ssl_err2.c
ssl/ssl_lib.c
ssl/ssl_locl.h
ssl/ssl_rsa.c
ssl/ssl_stat.c
ssl/ssl_txt.c
ssl/ssltest.c