Two changes:
authorRichard Levitte <levitte@openssl.org>
Wed, 26 Sep 2001 15:06:45 +0000 (15:06 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 26 Sep 2001 15:06:45 +0000 (15:06 +0000)
commit89eeccacde966cc892a546f70be49606c4671194
treeabe06bc4a5385fa1ad9216a5180f3532c634e018
parentc9fc143972c9ab5d10111b303818a306b3516ebe
Two changes:

1. if there are several symbols with the same entry number, sort those
   symbols in ASCII order.
2. Do not stop reading the header files when "BEGIN ERROR CODES" is
   found, since mkerr.pl will add a function declaration after that
   comment.  Instead, trigger on "Error codes for the \w+ function",
   which is the actual start of the error code macros.

Additionally, a few more debugging printouts that helped.
CHANGES
util/mkdef.pl