Register extended OAEP algorithm conditionally
[shibboleth/cpp-xmltooling.git] / config_win32.h
index eaa5c52..2159b4c 100644 (file)
 #define PACKAGE_NAME "xmltooling"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xmltooling 1.5"
+#define PACKAGE_STRING "xmltooling 1.5.0"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "xmltooling"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.5"
+#define PACKAGE_VERSION "1.5.0"
 
 /* Define to the necessary symbol if this constant uses a non-standard name on
    your system. */
 /* #undef TM_IN_SYS_TIME */
 
 /* Version number of package */
-#define VERSION "1.5"
+#define VERSION "1.5.0"
 
 /* Define if you wish to disable XML-Security-dependent features. */
 /* #undef XMLTOOLING_NO_XMLSEC */
 #  define XMLTOOLING_XMLSEC_ECC 1
 #  define XMLTOOLING_XMLSEC_DEBUGLOGGING 1
 # endif
+# if (_XSEC_VERSION_FULL >= 10700)
+#  define XMLTOOLING_XMLSEC_OAEP11 1
+# endif
 #endif
 
 /* Define to empty if `const' does not conform to ANSI C. */