In case of shared libraries, we might run one version of the
authorRichard Levitte <levitte@openssl.org>
Sun, 11 Aug 2002 21:48:44 +0000 (21:48 +0000)
committerRichard Levitte <levitte@openssl.org>
Sun, 11 Aug 2002 21:48:44 +0000 (21:48 +0000)
commit4fde69b066a848c0a8408d1f4c3ce7a55decd432
treec8dd2fbd23dfe46d4fa59ff7a7b4867d5b8c672e
parentfd9a4dbe94d3c1eade4c7b738c8a28559d010e1b
In case of shared libraries, we might run one version of the
application with a different version of the library.  Detect if there
is a difference of versions, and print both versions in that case.
This might prove to be a good enough debugging tool in case of doubt.
apps/version.c