RE: C API to determine OpenSSL version?

2012-09-05 Thread Jahn, Gerhard
184933. -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Charles Mills Sent: Tuesday, September 04, 2012 11:23 PM To: openssl-users@openssl.org Subject: C API to determine OpenSSL version? Is there a C-callable

C API to determine OpenSSL version?

2012-09-04 Thread Charles Mills
Is there a C-callable function that an application may call to determine the version of the OpenSSL library with which it is linked? Thanks, Charles __ OpenSSL Project http://www.openssl.org

Re: C API to determine OpenSSL version?

2012-09-04 Thread TJ Saunders
Is there a C-callable function that an application may call to determine the version of the OpenSSL library with which it is linked? See the SSLeay() and SSLeay_version() functions, depending on whether you wish to retrieve a long containing the version, or a textual string. Hope this helps,

RE: C API to determine OpenSSL version?

2012-09-04 Thread Charles Mills
Sent: Tuesday, September 04, 2012 2:23 PM To: openssl-users@openssl.org Subject: C API to determine OpenSSL version? Is there a C-callable function that an application may call to determine the version of the OpenSSL library with which it is linked