diff options
author | Dr. Stephen Henson <steve@openssl.org> | 1999-04-24 13:28:57 +0000 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 1999-04-24 13:28:57 +0000 |
commit | 6e781e8e076545b5a15e189bbaccbd7aae60d03b (patch) | |
tree | 67d66d12fefd9b1082b0b0b1557f9c09a11355a1 /rsaref | |
parent | ad38bedbac71059fa85ee84888e308d50ae6f593 (diff) | |
download | openssl-new-6e781e8e076545b5a15e189bbaccbd7aae60d03b.tar.gz |
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.
Diffstat (limited to 'rsaref')
-rw-r--r-- | rsaref/Makefile.ssl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rsaref/Makefile.ssl b/rsaref/Makefile.ssl index 1b16b881df..002513fa89 100644 --- a/rsaref/Makefile.ssl +++ b/rsaref/Makefile.ssl @@ -15,8 +15,6 @@ AR= ar r CFLAGS= $(INCLUDES) $(CFLAG) -ERR=rsaref -ERRC=rsar_err GENERAL=Makefile TEST= APPS= |