>I'm not sure what the problem is here.
>Re adding a #define from the old (typo) to the new. Don't bother. Hardly
>anyone checks error codes and the actual code number wont change. It
>will break the few cases where someone has used the constant itself and
>attempts to recompile the source: they should just fix their source.
Exactly that is the problem. If I put a
#define BIO_R_UNINITALISED BIO_R_UNINITIALIZED
before the error codes section, make errors again creates an
"uninitalised" error code. If I put it behind, it gets deleted.
So I'll leave it out.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]