On 2007.06.14 at 11:15:25 +0100, Brendan Kennedy wrote: > Hi All, > > I'm trying to install a patch for 0.9.7c on 0.9.8a OpenSSL. This > involves doing things by hand. Anyway, there is the following update: > > > What is libeay.num used for and can I add this change to the end of > the list, instead of having to update every subsequent entry (some 500 > of them)?
This file is used to compile windows DLLs. If you are not on windows, you can safely ignore it. Even if you need to build windows version, it is better not to patch this file, but regenerate it from scratch. There is util/mkdef.pl script, which constructs windows .def file from .num file. And this script have "update" option which regenerates .num file from the header files. run perl util/mkdef.pl crypto update after applying other patches and you'll have libeay.num matching your sources. To be on the safe side, you can also regenerate ssleay.num as well perl util/mkdef.pl ssl update (these commands should be run from top of openssl source tree, not from util directory. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]