From: "Michael Lee" <[EMAIL PROTECTED]>

mlee> Is there an API function in OpenSSL's libraries that I can use
mlee> to obtain the version string of OpenSSL itself?

Yes.  Actually, that's one of the few things remaining that still has
the name SSLeay in it:

In openssl/crypto.h, you'll find the following:

#define SSLEAY_VERSION          0
/* #define SSLEAY_OPTIONS       1 no longer supported */
#define SSLEAY_CFLAGS           2
#define SSLEAY_BUILT_ON         3
#define SSLEAY_PLATFORM         4
#define SSLEAY_DIR              5

const char *SSLeay_version(int type);

-- 
Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken  \ S-168 35  BROMMA  \ T: +46-8-26 52 47
                    \      SWEDEN       \ or +46-733-72 88 11
Procurator Odiosus Ex Infernis                -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/
Software Engineer, GemPlus:             http://www.gemplus.com/

Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to