[openssl-users] Retrieve OpenSSL version from C library

Erik Leunissen elns at xs4all.nl
Mon Jan 12 22:09:28 UTC 2015


On 12/01/15 22:57, Erik Leunissen wrote:
> Hi,
>
> Does the OpenSSL C library have a function that returns the OpenSSL
> version?
>

Never mind. I found it just after sending this post.


  #include <openssl/crypto.h>
  const char *SSLeay_version(int type);


Erik.

>
> Thanks in advance for your help,
>
> Erik Leunissen.
> _______________________________________________
> openssl-users mailing list
> To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users



More information about the openssl-users mailing list