]> git.ipfire.org Git - thirdparty/openssl.git/commit - CHANGES.md
Complete rewrite of the error code generation script. It now runs as a single
authorDr. Stephen Henson <steve@openssl.org>
Sat, 24 Apr 1999 00:15:18 +0000 (00:15 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sat, 24 Apr 1999 00:15:18 +0000 (00:15 +0000)
commit6d31193858f176c276fe5f27d36408977933c1d6
tree111d45fb6403491f47cbeed5293016e46b4400b2
parentdd3c43c5323d236a42efb1c7d6b509b927747953
Complete rewrite of the error code generation script. It now runs as a single
script, translates function codes better and doesn't need the K&R function
prototypes to work (NB. the K&R prototypes can't be wiped just yet: they are
still needed by the DEF generator...). I also ran the script with the -rewrite
option to update all the header and source files.
101 files changed:
CHANGES
Makefile.org
apps/Makefile.ssl
crypto/Makefile.ssl
crypto/asn1/Makefile.ssl
crypto/asn1/asn1.err [deleted file]
crypto/asn1/asn1.h
crypto/asn1/asn1_err.c
crypto/bf/Makefile.ssl
crypto/bio/Makefile.ssl
crypto/bio/bio.err [deleted file]
crypto/bio/bio.h
crypto/bio/bio_err.c
crypto/bn/Makefile.ssl
crypto/bn/bn.err [deleted file]
crypto/bn/bn.h
crypto/bn/bn_err.c
crypto/buffer/Makefile.ssl
crypto/buffer/buf_err.c
crypto/buffer/buffer.err [deleted file]
crypto/buffer/buffer.h
crypto/cast/Makefile.ssl
crypto/comp/Makefile.ssl
crypto/comp/comp.err [deleted file]
crypto/comp/comp.h
crypto/comp/comp_err.c
crypto/conf/Makefile.ssl
crypto/conf/conf.err [deleted file]
crypto/conf/conf.h
crypto/conf/conf_err.c
crypto/cpt_err.c
crypto/crypto.err [deleted file]
crypto/crypto.h
crypto/des/Makefile.ssl
crypto/dh/Makefile.ssl
crypto/dh/dh.err [deleted file]
crypto/dh/dh.h
crypto/dh/dh_err.c
crypto/dsa/Makefile.ssl
crypto/dsa/dsa.err [deleted file]
crypto/dsa/dsa.h
crypto/dsa/dsa_err.c
crypto/err/Makefile.ssl
crypto/err/error.err [deleted file]
crypto/err/openssl.ec [moved from crypto/err/ssleay.ec with 59% similarity]
crypto/evp/Makefile.ssl
crypto/evp/evp.err [deleted file]
crypto/evp/evp.h
crypto/evp/evp_err.c
crypto/hmac/Makefile.ssl
crypto/idea/Makefile.ssl
crypto/lhash/Makefile.ssl
crypto/md2/Makefile.ssl
crypto/md5/Makefile.ssl
crypto/mdc2/Makefile.ssl
crypto/objects/Makefile.ssl
crypto/objects/obj_dat.h
crypto/objects/obj_err.c
crypto/objects/objects.err [deleted file]
crypto/objects/objects.h
crypto/pem/Makefile.ssl
crypto/pem/pem.err [deleted file]
crypto/pem/pem.h
crypto/pem/pem_err.c
crypto/pkcs12/Makefile.ssl
crypto/pkcs12/pk12err.c
crypto/pkcs12/pkcs12.err [deleted file]
crypto/pkcs12/pkcs12.h
crypto/pkcs7/Makefile.ssl
crypto/pkcs7/pkcs7.err [deleted file]
crypto/pkcs7/pkcs7.h
crypto/pkcs7/pkcs7err.c
crypto/rand/Makefile.ssl
crypto/rc2/Makefile.ssl
crypto/rc4/Makefile.ssl
crypto/rc5/Makefile.ssl
crypto/ripemd/Makefile.ssl
crypto/rsa/Makefile.ssl
crypto/rsa/rsa.err [deleted file]
crypto/rsa/rsa.h
crypto/rsa/rsa_err.c
crypto/sha/Makefile.ssl
crypto/stack/Makefile.ssl
crypto/txt_db/Makefile.ssl
crypto/x509/Makefile.ssl
crypto/x509/x509.err [deleted file]
crypto/x509/x509.h
crypto/x509/x509_err.c
crypto/x509v3/Makefile.ssl
crypto/x509v3/v3err.c
crypto/x509v3/x509v3.err [deleted file]
crypto/x509v3/x509v3.h
rsaref/Makefile.ssl
rsaref/rsar_err.c
rsaref/rsaref.err [deleted file]
rsaref/rsaref.h
ssl/Makefile.ssl
ssl/ssl.err [deleted file]
ssl/ssl.h
ssl/ssl_err.c
util/mkerr.pl [new file with mode: 0644]