c74b3a60 | 25-Apr-1999 |
Dr. Stephen Henson |
Various header consistency fixes. |
5043fc9f | 25-Apr-1999 |
Dr. Stephen Henson |
Fix mkerr.pl to find functions returning function pointers (thanks Ulf!) also add a few missing prototypes. |
8e945b5e | 25-Apr-1999 |
Ulf Möller |
Submitted by: Reviewed by: PR: |
cd46aa4a | 25-Apr-1999 |
Bodo Möller |
Fixed a typo. Submitted by: Reviewed by: PR: |
4c0c7392 | 25-Apr-1999 |
Bodo Möller |
Comment changed. Submitted by: Reviewed by: PR: |
45050a7f | 25-Apr-1999 |
Ulf Möller |
exit on error. |
a75b81ad | 25-Apr-1999 |
Bodo Möller |
Removed traces of cryptall.h, and did a "make depend". Submitted by: Reviewed by: PR: |
9c4711c7 | 24-Apr-1999 |
Ulf Möller |
*** empty log message *** |
b0b7b1c5 | 24-Apr-1999 |
Ulf Möller |
New Configure option --openssldir to replace ssldir.pl. |
462ba4f6 | 24-Apr-1999 |
Ulf Möller |
New Configure option --openssldir to replace util/ssldir.pl. |
5460ffdf | 24-Apr-1999 |
Bodo Möller |
cryptall.h is not needed for anything and cannot even be #include-d without producing error messages. Submitted by: Reviewed by: PR: |
0b86eb3e | 24-Apr-1999 |
Bodo Möller |
Fix header files so that any one can be included first. Submitted by: Reviewed by: PR: |
574e991a | 24-Apr-1999 |
Ulf Möller |
Replaced by mkerr.pl |
4fd53220 | 24-Apr-1999 |
Bodo Möller |
Some instructions for how to handle the <foo.h> => <openssl/foo.h> transition. Submitted by: Reviewed by: PR: |
73934800 | 24-Apr-1999 |
Dr. Stephen Henson |
Change the command line options of mkerr.pl so -static is now default and a -write option is needed to actually change anything. Second attempt at getting rid of ERR, ERRC definitions: it mig
Change the command line options of mkerr.pl so -static is now default and a -write option is needed to actually change anything. Second attempt at getting rid of ERR, ERRC definitions: it might even work this time :-)
show more ...
|
50cfd175 | 24-Apr-1999 |
Bodo Möller |
"perl util/mkerr.pl -static -recurse -rebuild" because the previous codebase apparently was inconsistent. And crypto/Makefile.ssl *does* need an ERRC .. Submitted by: Reviewed by:
"perl util/mkerr.pl -static -recurse -rebuild" because the previous codebase apparently was inconsistent. And crypto/Makefile.ssl *does* need an ERRC .. Submitted by: Reviewed by: PR:
show more ...
|
eaecdc71 | 24-Apr-1999 |
Bodo Möller |
Removed superfluous reference to ERRC. Submitted by: Reviewed by: PR: |
c76b0f75 | 24-Apr-1999 |
Bodo Möller |
Restore ERRC definitions that are needed to compile the library. Submitted by: Reviewed by: PR: Submitted by: Reviewed by: PR: |
2b6405fa | 24-Apr-1999 |
Bodo Möller |
Avoid "incomprehensible" errors when required definitions are missing. Submitted by: Reviewed by: PR: |
6e781e8e | 24-Apr-1999 |
Dr. Stephen Henson |
Delete the unnecessary ERR and ERRC lines in makefiles, add some functionality to error code script: it can now find untranslatable function codes (usually because the function is static and
Delete the unnecessary ERR and ERRC lines in makefiles, add some functionality to error code script: it can now find untranslatable function codes (usually because the function is static and not defined in a header: occasionally because of a typo...) and unreferenced function and reason codes. To see this try: perl util/mkerr.pl -recurse -debug Also fixed some typos in crypto/pkcs12 that this found :-) Also tidy up some error calls that had to be all on one line: the old error script couldn't find codes unless the call was all on one line.
show more ...
|
ad38bedb | 24-Apr-1999 |
Bodo Möller |
C indentation style definition for Emacs. Submitted by: Reviewed by: PR: |
0c6c96d4 | 24-Apr-1999 |
Ulf Möller |
ANSIfy, fix typo in error message, and remove redundant statement from my code. |
7ebf7674 | 24-Apr-1999 |
Bodo Möller |
Submitted by: Reviewed by: PR: |
6d311938 | 24-Apr-1999 |
Dr. Stephen Henson |
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 protot
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.
show more ...
|
dd3c43c5 | 23-Apr-1999 |
Bodo Möller |
Submitted by: Reviewed by: PR: |