X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fcversion.c;h=a13ccf429f1dca868d444067083685c86aca2875;hp=aa479a9409290b730c1618c57199514152442453;hb=a773b52a61bb269e75ebbac01cfca9ebcb6c78b9;hpb=b0700d2c8de79252ba605748a075cf2e5d670da1 diff --git a/crypto/cversion.c b/crypto/cversion.c index aa479a9409..a13ccf429f 100644 --- a/crypto/cversion.c +++ b/crypto/cversion.c @@ -1,4 +1,3 @@ -/* crypto/cversion.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -62,7 +61,7 @@ # include "buildinf.h" #endif -unsigned long OpenSSL_version_num() +unsigned long OpenSSL_version_num(void) { return OPENSSL_VERSION_NUMBER; } @@ -101,6 +100,13 @@ const char *OpenSSL_version(int t) return "OPENSSLDIR: \"" OPENSSLDIR "\""; #else return "OPENSSLDIR: N/A"; +#endif + } + if (t == OPENSSL_ENGINES_DIR) { +#ifdef ENGINESDIR + return "ENGINESDIR: \"" ENGINESDIR "\""; +#else + return "ENGINESDIR: N/A"; #endif } return ("not available");