diff options
author | Richard Levitte <levitte@openssl.org> | 2009-05-15 18:00:04 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2009-05-15 18:00:04 +0200 |
commit | 4531c1aa5e0ac2549add45487d7bfe50e976b76b (patch) | |
tree | 9af4b38614c2ba507090d2f338cc2ee5202829ff /crypto | |
parent | x86[_64]cpuid.pl: further refine shared cache detection. (diff) | |
download | openssl-4531c1aa5e0ac2549add45487d7bfe50e976b76b.tar.xz openssl-4531c1aa5e0ac2549add45487d7bfe50e976b76b.zip |
Add a comment about libeay.num and ssleay.num
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/symhacks.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 */ |