From: Richard Levitte Date: Fri, 15 May 2009 16:00:08 +0000 (+0000) Subject: Add a comment about libeay.num and ssleay.num X-Git-Tag: OpenSSL_1_0_0-beta3~87 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=17ae5e9f13f8ac4c734bfc75be78c21aa16f95e9;p=oweals%2Fopenssl.git Add a comment about libeay.num and ssleay.num --- diff --git a/crypto/symhacks.h b/crypto/symhacks.h index 971d14f39a..9940178a6d 100644 --- a/crypto/symhacks.h +++ b/crypto/symhacks.h @@ -60,6 +60,11 @@ /* Hacks to solve the problem with linkers incapable of handling very long symbol names. In the case of VMS, the limit is 31 characters on VMS for VAX. */ +/* Note that this affects util/libeay.num and util/ssleay.num... you may + change those manually, but that's not recommended, as those files are + controlled centrally and updated on Unix, and the central definition + may disagree with yours, which in turn may come with shareable library + incompatibilities. */ #ifdef OPENSSL_SYS_VMS /* Hack a long name in crypto/ex_data.c */