Make it possible to get ENGINESDIR info from OpenSSL_versions
[openssl.git] / include / openssl / crypto.h
index d761a97f7fa6ecbc192e24caf92c2486bd2b4675..4199466d66eb37597f2eb49617ee8ba9ffbf38ed 100644 (file)
@@ -362,6 +362,7 @@ const char *OpenSSL_version(int type);
 # define OPENSSL_BUILT_ON         2
 # define OPENSSL_PLATFORM         3
 # define OPENSSL_DIR              4
+# define OPENSSL_ENGINES_DIR      5
 
 int OPENSSL_issetugid(void);