===> Building for xmlsec1-1.2.33nb10 /opt/pkg/bin/bmake all-recursive Making all in include Making all in xmlsec Making all in openssl Making all in gcrypt Making all in src Making all in . CC app.lo CC base64.lo CC bn.lo bn.c:789:13: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlNodeGetContent", NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ bn.c:803:13: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlNodeGetContent", NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ 2 warnings generated. CC buffer.lo CC c14n.lo c14n.c:248:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlOutputBufferClose", xmlSecTransformGetName(transform)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ c14n.c:311:13: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlOutputBufferClose", xmlSecTransformGetName(transform)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ c14n.c:400:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlC14NExecute", xmlSecTransformKlassGetName(id)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ 3 warnings generated. CC dl.lo dl.c:269:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlStrPrintf", NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ dl.c:295:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlStrPrintf", NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ 2 warnings generated. CC enveloped.lo CC errors.lo CC io.lo io.c:260:37: warning: 'xmlFileMatch' is deprecated [-Wdeprecated-declarations] ret = xmlSecIORegisterCallbacks(xmlFileMatch, xmlFileOpen, ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/libxml2/libxml/xmlIO.h:359:1: note: 'xmlFileMatch' has been explicitly marked deprecated here XML_DEPRECATED ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/libxml2/libxml/xmlexports.h:61:43: note: expanded from macro 'XML_DEPRECATED' #define XML_DEPRECATED __attribute__((deprecated)) ^ io.c:260:51: warning: 'xmlFileOpen' is deprecated [-Wdeprecated-declarations] ret = xmlSecIORegisterCallbacks(xmlFileMatch, xmlFileOpen, ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/libxml2/libxml/xmlIO.h:362:1: note: 'xmlFileOpen' has been explicitly marked deprecated here XML_DEPRECATED ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/libxml2/libxml/xmlexports.h:61:43: note: expanded from macro 'XML_DEPRECATED' #define XML_DEPRECATED __attribute__((deprecated)) ^ io.c:261:31: warning: 'xmlFileRead' is deprecated [-Wdeprecated-declarations] xmlFileRead, xmlFileClose); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/libxml2/libxml/xmlIO.h:365:1: note: 'xmlFileRead' has been explicitly marked deprecated here XML_DEPRECATED ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/libxml2/libxml/xmlexports.h:61:43: note: expanded from macro 'XML_DEPRECATED' #define XML_DEPRECATED __attribute__((deprecated)) ^ io.c:261:44: warning: 'xmlFileClose' is deprecated [-Wdeprecated-declarations] xmlFileRead, xmlFileClose); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/libxml2/libxml/xmlIO.h:370:1: note: 'xmlFileClose' has been explicitly marked deprecated here XML_DEPRECATED ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/libxml2/libxml/xmlexports.h:61:43: note: expanded from macro 'XML_DEPRECATED' #define XML_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. CC keyinfo.lo keyinfo.c:1180:11: warning: 'xmlRecoverMemory' is deprecated [-Wdeprecated-declarations] doc = xmlRecoverMemory((const char*)buffer, bufferSize); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/libxml2/libxml/parser.h:1146:1: note: 'xmlRecoverMemory' has been explicitly marked deprecated here XML_DEPRECATED ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/libxml2/libxml/xmlexports.h:61:43: note: expanded from macro 'XML_DEPRECATED' #define XML_DEPRECATED __attribute__((deprecated)) ^ keyinfo.c:1182:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlRecoverMemory", xmlSecKeyDataKlassGetName(typeId)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ keyinfo.c:1188:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlDocGetRootElement", xmlSecKeyDataKlassGetName(typeId)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ 3 warnings generated. CC keys.lo CC keysdata.lo CC keysmngr.lo keysmngr.c:405:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError2("xmlParseFile", xmlSecKeyStoreGetName(store), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:163:21: note: expanded from macro 'xmlSecXmlError2' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ keysmngr.c:603:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError2("xmlSaveFormatFile", xmlSecKeyStoreGetName(store), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:163:21: note: expanded from macro 'xmlSecXmlError2' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ 2 warnings generated. CC kw_aes_des.lo CC list.lo CC membuf.lo CC nodeset.lo nodeset.c:468:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlXPathNodeSetCreate", NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ nodeset.c:512:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlOutputBufferWriteString", NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ 2 warnings generated. CC parser.lo parser.c:162:13: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlCreatePushParserCtxt", xmlSecTransformGetName(transform)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ parser.c:181:13: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlParserError2("xmlParseChunk", ctx->parserCtx, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:212:21: note: expanded from macro 'xmlSecXmlParserError2' xmlErrorPtr error = xmlCtxtGetLastError(ctxt);\ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ parser.c:192:13: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlParserError("xmlParseChunk", ctx->parserCtx, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:187:21: note: expanded from macro 'xmlSecXmlParserError' xmlErrorPtr error = xmlCtxtGetLastError(ctxt);\ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ parser.c:277:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlNewParserCtxt", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ parser.c:286:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlParserError("xmlNewParserCtxt", ctxt, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:187:21: note: expanded from macro 'xmlSecXmlParserError' xmlErrorPtr error = xmlCtxtGetLastError(ctxt);\ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ parser.c:295:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlParserError("inputPush", ctxt, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:187:21: note: expanded from macro 'xmlSecXmlParserError' xmlErrorPtr error = xmlCtxtGetLastError(ctxt);\ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ parser.c:309:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlParserError("xmlParseDocument", ctxt, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:187:21: note: expanded from macro 'xmlSecXmlParserError' xmlErrorPtr error = xmlCtxtGetLastError(ctxt);\ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ parser.c:372:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError2("xmlCreateFileParserCtxt", NULL, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:163:21: note: expanded from macro 'xmlSecXmlError2' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ parser.c:382:13: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError2("xmlParserGetDirectory", NULL, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:163:21: note: expanded from macro 'xmlSecXmlError2' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ parser.c:399:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlParserError2("xmlParseDocument", ctxt, NULL, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:212:21: note: expanded from macro 'xmlSecXmlParserError2' xmlErrorPtr error = xmlCtxtGetLastError(ctxt);\ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ parser.c:452:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlCreatePushParserCtxt", NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ parser.c:461:13: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlParserError2("xmlParseChunk", ctxt, NULL, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:212:21: note: expanded from macro 'xmlSecXmlParserError2' xmlErrorPtr error = xmlCtxtGetLastError(ctxt);\ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ parser.c:472:13: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlParserError2("xmlParseChunk", ctxt, NULL, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:212:21: note: expanded from macro 'xmlSecXmlParserError2' xmlErrorPtr error = xmlCtxtGetLastError(ctxt);\ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ parser.c:483:13: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlParserError2("xmlParseChunk", ctxt, NULL, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:212:21: note: expanded from macro 'xmlSecXmlParserError2' xmlErrorPtr error = xmlCtxtGetLastError(ctxt);\ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ parser.c:493:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlParserError("xmlParseChunk", ctxt, NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:187:21: note: expanded from macro 'xmlSecXmlParserError' xmlErrorPtr error = xmlCtxtGetLastError(ctxt);\ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ parser.c:532:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlCreateMemoryParserCtxt", NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ parser.c:539:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlParserError("xmlParseDocument", ctxt, NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:187:21: note: expanded from macro 'xmlSecXmlParserError' xmlErrorPtr error = xmlCtxtGetLastError(ctxt);\ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ parser.c:577:11: warning: 'replaceEntities' is deprecated [-Wdeprecated-declarations] ctxt->replaceEntities = 1; ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/libxml2/libxml/parser.h:250:25: note: 'replaceEntities' has been explicitly marked deprecated here int replaceEntities XML_DEPRECATED_MEMBER; ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/libxml2/libxml/xmlexports.h:74:50: note: expanded from macro 'XML_DEPRECATED_MEMBER' #define XML_DEPRECATED_MEMBER __attribute__((deprecated)) ^ 18 warnings generated. CC relationship.lo relationship.c:292:13: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError2("xmlGetProp(xmlSecRelationshipAttrId)", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:163:21: note: expanded from macro 'xmlSecXmlError2' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ relationship.c:338:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlListCreate", xmlSecTransformGetName(transform)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ relationship.c:345:17: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlListInsert", xmlSecTransformGetName(transform)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ relationship.c:390:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlOutputBufferWriteString", NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ relationship.c:396:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlOutputBufferWriteString", NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ relationship.c:403:13: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlOutputBufferWriteString", NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ relationship.c:408:13: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlOutputBufferWriteString", NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ relationship.c:413:13: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlOutputBufferWriteString", NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ relationship.c:443:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlOutputBufferWriteString", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ relationship.c:449:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlOutputBufferWriteString", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ relationship.c:500:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlOutputBufferWriteString", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ relationship.c:518:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlOutputBufferWriteString", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ relationship.c:524:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlOutputBufferWriteString", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ relationship.c:529:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlOutputBufferWriteString", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ relationship.c:613:8: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlOutputBufferClose", xmlSecTransformGetName(transform)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ relationship.c:667:12: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlOutputBufferClose", xmlSecTransformGetName(transform)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ 16 warnings generated. CC strings.lo CC templates.lo templates.c:111:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError2("xmlNewDocNode", NULL, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:163:21: note: expanded from macro 'xmlSecXmlError2' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ templates.c:118:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError2("xmlNewNs", NULL, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:163:21: note: expanded from macro 'xmlSecXmlError2' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ templates.c:153:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError2("xmlSetProp", NULL, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:163:21: note: expanded from macro 'xmlSecXmlError2' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ templates.c:167:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError2("xmlSetProp", NULL, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:163:21: note: expanded from macro 'xmlSecXmlError2' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ templates.c:287:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError2("xmlSetProp", NULL, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:163:21: note: expanded from macro 'xmlSecXmlError2' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ templates.c:435:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError2("xmlSetProp", NULL, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:163:21: note: expanded from macro 'xmlSecXmlError2' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ templates.c:554:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError2("xmlNewDocNode", NULL, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:163:21: note: expanded from macro 'xmlSecXmlError2' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ templates.c:561:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError2("xmlNewNs", NULL, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:163:21: note: expanded from macro 'xmlSecXmlError2' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ templates.c:602:13: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError2("xmlSetProp", NULL, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:163:21: note: expanded from macro 'xmlSecXmlError2' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ templates.c:875:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError2("xmlSetProp", NULL, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:163:21: note: expanded from macro 'xmlSecXmlError2' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ templates.c:925:13: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError2("xmlSetProp", NULL, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:163:21: note: expanded from macro 'xmlSecXmlError2' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ templates.c:969:13: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError2("xmlSetProp", NULL, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:163:21: note: expanded from macro 'xmlSecXmlError2' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ templates.c:1136:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError2("xmlSetProp", NULL, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:163:21: note: expanded from macro 'xmlSecXmlError2' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ templates.c:1536:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlParseMemory", NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ templates.c:1739:13: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError2("xmlNewNs", NULL, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:163:21: note: expanded from macro 'xmlSecXmlError2' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ 15 warnings generated. CC transforms.lo transforms.c:777:13: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlStrPrintf", NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ transforms.c:2417:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlOutputBufferCreateIO", xmlSecTransformGetName(transform)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ transforms.c:2464:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlParserInputBufferCreateIO", xmlSecTransformGetName(transform)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ 3 warnings generated. CC x509.lo CC xmldsig.lo CC xmlenc.lo xmlenc.c:387:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlOutputBufferClose", NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ 1 warning generated. CC xmlsec.lo xmlsec.c:55:15: warning: 'input_id' is deprecated [-Wdeprecated-declarations] if (ctxt->input_id == 1) { ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/libxml2/libxml/parser.h:458:18: note: 'input_id' has been explicitly marked deprecated here int input_id XML_DEPRECATED_MEMBER; ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/libxml2/libxml/xmlexports.h:74:50: note: expanded from macro 'XML_DEPRECATED_MEMBER' #define XML_DEPRECATED_MEMBER __attribute__((deprecated)) ^ xmlsec.c:58:5: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError2("xmlSecNoXxeExternalEntityLoader", NULL, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:163:21: note: expanded from macro 'xmlSecXmlError2' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ 2 warnings generated. CC xmltree.lo xmltree.c:238:13: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlNewText", NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ xmltree.c:246:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlNewChild", NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ xmltree.c:259:17: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlNewNs", NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ xmltree.c:269:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlNewText", NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ xmltree.c:297:13: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlNewText", NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ xmltree.c:308:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlNewText", NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ xmltree.c:382:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlNewNode", NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ xmltree.c:402:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlNewText", NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ xmltree.c:430:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlNewNode", NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ xmltree.c:450:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlNewText", NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ xmltree.c:518:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlReplaceNode", NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ xmltree.c:637:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlParseInNodeContext", NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ xmltree.c:680:13: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlEncodeSpecialChars", NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ xmltree.c:763:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlNewDoc", NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ xmltree.c:770:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError2("xmlNewDocNode", NULL, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:163:21: note: expanded from macro 'xmlSecXmlError2' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ xmltree.c:780:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError2("xmlNewNs", NULL, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:163:21: note: expanded from macro 'xmlSecXmlError2' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ xmltree.c:856:13: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError2("xmlEncodeSpecialChars", NULL, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:163:21: note: expanded from macro 'xmlSecXmlError2' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ xmltree.c:898:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError2("xmlSearchNsByHref", NULL, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:163:21: note: expanded from macro 'xmlSecXmlError2' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ xmltree.c:915:13: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlStrPrintf", NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ xmltree.c:1036:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError2("xmlSearchNs", NULL, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:163:21: note: expanded from macro 'xmlSecXmlError2' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ xmltree.c:1119:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError2("xmlNodeGetContent", NULL, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:163:21: note: expanded from macro 'xmlSecXmlError2' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ xmltree.c:1211:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError2("xmlGetProp", NULL, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:163:21: note: expanded from macro 'xmlSecXmlError2' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ xmltree.c:1440:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError2("xmlSearchNs", NULL, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:163:21: note: expanded from macro 'xmlSecXmlError2' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ xmltree.c:1535:13: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError2("xmlNodeGetContent", NULL, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:163:21: note: expanded from macro 'xmlSecXmlError2' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ xmltree.c:1595:17: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError2("xmlSecGetQName", NULL, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:163:21: note: expanded from macro 'xmlSecXmlError2' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ xmltree.c:1602:17: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError2("xmlSecAddChild", NULL, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:163:21: note: expanded from macro 'xmlSecXmlError2' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ 26 warnings generated. CC xpath.lo xpath.c:110:13: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlXPathNewContext", NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ xpath.c:116:21: warning: 'xmlXPtrNewContext' is deprecated [-Wdeprecated-declarations] data->ctx = xmlXPtrNewContext(NULL, NULL, NULL); /* we'll set doc in the context later */ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/libxml2/libxml/xpointer.h:34:1: note: 'xmlXPtrNewContext' has been explicitly marked deprecated here XML_DEPRECATED ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/libxml2/libxml/xmlexports.h:61:43: note: expanded from macro 'XML_DEPRECATED' #define XML_DEPRECATED __attribute__((deprecated)) ^ xpath.c:118:13: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlXPtrNewContext", NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ xpath.c:175:21: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError2("xmlXPathRegisterNs", NULL, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:163:21: note: expanded from macro 'xmlSecXmlError2' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ xpath.c:238:13: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError2("xmlXPathEvalExpression", NULL, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:163:21: note: expanded from macro 'xmlSecXmlError2' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ xpath.c:246:13: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError2("xmlXPtrEval", NULL, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:163:21: note: expanded from macro 'xmlSecXmlError2' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ xpath.c:260:13: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError2("xmlXPathNodeSetCreate", NULL, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:163:21: note: expanded from macro 'xmlSecXmlError2' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ xpath.c:549:8: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlStrPrintf", xmlSecTransformGetName(transform)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ xpath.c:1008:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError2("xmlGetID", xmlSecTransformGetName(transform), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:163:21: note: expanded from macro 'xmlSecXmlError2' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ xpath.c:1015:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError2("xmlXPathNodeSetCreate", xmlSecTransformGetName(transform), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:163:21: note: expanded from macro 'xmlSecXmlError2' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ 10 warnings generated. CC xslt.lo xslt.c:250:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlBufferCreate", xmlSecTransformGetName(transform)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ xslt.c:272:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXsltError("xsltParseStylesheetDoc", NULL, xmlSecTransformGetName(transform)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:236:21: note: expanded from macro 'xmlSecXsltError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ xslt.c:305:13: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlCreatePushParserCtxt", xmlSecTransformGetName(transform)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ xslt.c:324:13: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlParserError2("xmlParseChunk", ctx->parserCtx, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:212:21: note: expanded from macro 'xmlSecXmlParserError2' xmlErrorPtr error = xmlCtxtGetLastError(ctxt);\ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ xslt.c:341:13: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlParserError("xmlParseChunk", ctx->parserCtx, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:187:21: note: expanded from macro 'xmlSecXmlParserError' xmlErrorPtr error = xmlCtxtGetLastError(ctxt);\ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ xslt.c:379:13: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXsltError("xsltParseStylesheetDoc", ctx->xslt, xmlSecTransformGetName(transform)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:236:21: note: expanded from macro 'xmlSecXsltError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ xslt.c:386:13: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlOutputBufferClose", xmlSecTransformGetName(transform)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ xslt.c:488:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXsltError("xsltSaveResultTo", ctx->xslt, NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:236:21: note: expanded from macro 'xmlSecXsltError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ xslt.c:495:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlOutputBufferClose", NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ xslt.c:527:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXsltError("xsltNewTransformContext", ctx->xslt, NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:236:21: note: expanded from macro 'xmlSecXsltError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ xslt.c:534:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXsltError("xsltSetCtxtSecurityPrefs", ctx->xslt, NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:236:21: note: expanded from macro 'xmlSecXsltError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ xslt.c:540:9: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXsltError("xsltApplyStylesheetUser", ctx->xslt, NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./errors_helpers.h:236:21: note: expanded from macro 'xmlSecXsltError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ 12 warnings generated. CCLD libxmlsec1.la Making all in openssl CC libxmlsec1_openssl_la-app.lo app.c:98:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("OPENSSL_init_crypto", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ app.c:210:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError2("BIO_new_file", NULL, ^ ./globals.h:84:28: note: expanded from macro 'xmlSecOpenSSLError2' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ app.c:255:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError2("BIO_new_mem_buf", NULL, ^ ./globals.h:84:28: note: expanded from macro 'xmlSecOpenSSLError2' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ app.c:316:17: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("PEM_read_bio_PrivateKey and PEM_read_bio_PUBKEY", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ app.c:329:17: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("d2i_PrivateKey_bio and d2i_PUBKEY_bio", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ app.c:340:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("PEM_read_bio_PrivateKey", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ app.c:350:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("d2i_PrivateKey_bio and d2i_PUBKEY_bio", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ app.c:425:14: warning: 'ENGINE_by_id' is deprecated [-Wdeprecated-declarations] engine = ENGINE_by_id(engineName); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/engine.h:336:1: note: 'ENGINE_by_id' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_by_id(const char *id); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ app.c:427:18: warning: 'ENGINE_by_id' is deprecated [-Wdeprecated-declarations] engine = ENGINE_by_id("dynamic"); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/engine.h:336:1: note: 'ENGINE_by_id' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_by_id(const char *id); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ app.c:429:16: warning: 'ENGINE_ctrl_cmd_string' is deprecated [-Wdeprecated-declarations] if(ENGINE_ctrl_cmd_string(engine, "SO_PATH", engineName, 0) <= 0) { ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/engine.h:478:1: note: 'ENGINE_ctrl_cmd_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ app.c:430:17: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("ENGINE_ctrl_cmd_string(SO_PATH)", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ app.c:433:16: warning: 'ENGINE_ctrl_cmd_string' is deprecated [-Wdeprecated-declarations] if(ENGINE_ctrl_cmd_string(engine, "LOAD", NULL, 0) <= 0) { ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/engine.h:478:1: note: 'ENGINE_ctrl_cmd_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ app.c:434:17: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("ENGINE_ctrl_cmd_string(LOAD)", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ app.c:440:8: warning: 'ENGINE_ctrl_cmd' is deprecated [-Wdeprecated-declarations] if(ENGINE_ctrl_cmd(engine, "SET_USER_INTERFACE", 0, (void *)UI_null(), 0, 1) < 0) { ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/engine.h:450:1: note: 'ENGINE_ctrl_cmd' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name, ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ app.c:441:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("ENGINE_ctrl_cmd_string(SET_USER_INTERFACE)", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ app.c:444:9: warning: 'ENGINE_set_default' is deprecated [-Wdeprecated-declarations] if(!ENGINE_set_default(engine, ENGINE_METHOD_ALL)) { ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/engine.h:708:1: note: 'ENGINE_set_default' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int ENGINE_set_default(ENGINE *e, unsigned int flags); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ app.c:445:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("ENGINE_set_default", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ app.c:448:9: warning: 'ENGINE_init' is deprecated [-Wdeprecated-declarations] if(!ENGINE_init(engine)) { ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/engine.h:620:1: note: 'ENGINE_init' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int ENGINE_init(ENGINE *e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ app.c:449:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("ENGINE_init", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ app.c:455:12: warning: 'ENGINE_load_private_key' is deprecated [-Wdeprecated-declarations] pKey = ENGINE_load_private_key(engine, engineKeyId, ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/engine.h:637:1: note: 'ENGINE_load_private_key' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ app.c:459:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("ENGINE_load_private_key", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ app.c:496:13: warning: 'ENGINE_finish' is deprecated [-Wdeprecated-declarations] ENGINE_finish(engine); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/engine.h:628:1: note: 'ENGINE_finish' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int ENGINE_finish(ENGINE *e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ app.c:498:9: warning: 'ENGINE_free' is deprecated [-Wdeprecated-declarations] ENGINE_free(engine); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/engine.h:493:1: note: 'ENGINE_free' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int ENGINE_free(ENGINE *e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ app.c:530:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError2("BIO_new_file", NULL, ^ ./globals.h:84:28: note: expanded from macro 'xmlSecOpenSSLError2' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ app.c:571:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError2("BIO_new_mem_buf", NULL, ^ ./globals.h:84:28: note: expanded from macro 'xmlSecOpenSSLError2' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ app.c:669:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError2("BIO_new_file", NULL, ^ ./globals.h:84:28: note: expanded from macro 'xmlSecOpenSSLError2' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ app.c:712:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError2("BIO_new_mem_buf", NULL, ^ ./globals.h:84:28: note: expanded from macro 'xmlSecOpenSSLError2' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ app.c:764:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("d2i_PKCS12_fp", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ app.c:770:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("PKCS12_verify_mac", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ app.c:776:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("PKCS12_parse", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ app.c:800:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("sk_X509_new_null", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ app.c:828:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("X509_dup", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ app.c:835:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("sk_X509_push", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ app.c:855:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("X509_dup", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ app.c:1015:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError2("BIO_new_file", NULL, ^ ./globals.h:84:28: note: expanded from macro 'xmlSecOpenSSLError2' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ app.c:1059:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError2("BIO_new_mem_buf", NULL, ^ ./globals.h:84:28: note: expanded from macro 'xmlSecOpenSSLError2' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ app.c:1199:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("PEM_read_bio_X509_AUX", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ app.c:1207:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("d2i_X509_bio", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ app.c:1392:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError2("RAND_load_file", NULL, ^ ./globals.h:84:28: note: expanded from macro 'xmlSecOpenSSLError2' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ app.c:1418:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError2("RAND_write_file", NULL, ^ ./globals.h:84:28: note: expanded from macro 'xmlSecOpenSSLError2' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ app.c:1455:13: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlStrPrintf", NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ app.c:1461:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("EVP_read_pw_string", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ app.c:1476:13: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlSecXmlError("xmlStrPrintf", NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../errors_helpers.h:139:21: note: expanded from macro 'xmlSecXmlError' xmlErrorPtr error = xmlGetLastError(); \ ^ ~~~~~~~~~~~~~~~~~ app.c:1487:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("EVP_read_pw_string", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ 44 warnings generated. CC libxmlsec1_openssl_la-bn.lo bn.c:69:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError2("BN_bin2bn", NULL, ^ ./globals.h:84:28: note: expanded from macro 'xmlSecOpenSSLError2' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ bn.c:112:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("BN_bn2bin", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ 2 warnings generated. CC libxmlsec1_openssl_la-ciphers.lo ciphers.c:111:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError2("RAND_bytes", cipherName, ^ ./globals.h:84:28: note: expanded from macro 'xmlSecOpenSSLError2' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ ciphers.c:145:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("EVP_CipherIn", cipherName); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ ciphers.c:228:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("EVP_CipherUpdate", cipherName); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ ciphers.c:242:21: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("EVP_CIPHER_CTX_ctrl", cipherName); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ ciphers.c:250:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("EVP_CipherFinal", cipherName); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ ciphers.c:259:21: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("EVP_CIPHER_CTX_ctrl", cipherName); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ ciphers.c:427:17: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("RAND_bytes", cipherName); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ ciphers.c:695:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("EVP_CIPHER_CTX_new", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ 8 warnings generated. CC libxmlsec1_openssl_la-crypto.lo crypto.c:426:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError2("RAND_bytes", NULL, ^ ./globals.h:84:28: note: expanded from macro 'xmlSecOpenSSLError2' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ 1 warning generated. CC libxmlsec1_openssl_la-digests.lo digests.c:228:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("EVP_MD_CTX_new", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ digests.c:314:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("EVP_DigestInit", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ digests.c:328:17: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError2("EVP_DigestUpdate", ^ ./globals.h:84:28: note: expanded from macro 'xmlSecOpenSSLError2' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ digests.c:349:17: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("EVP_DigestFinal", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ 4 warnings generated. CC libxmlsec1_openssl_la-evp.lo evp.c:331:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("EVP_PKEY_up_ref", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:593:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("EVP_PKEY_new", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:598:15: warning: 'EVP_PKEY_assign' is deprecated [-Wdeprecated-declarations] ret = EVP_PKEY_assign_DSA(pKey, dsa); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/evp.h:506:41: note: expanded from macro 'EVP_PKEY_assign_DSA' # define EVP_PKEY_assign_DSA(pkey,dsa) EVP_PKEY_assign((pkey),EVP_PKEY_DSA,\ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/evp.h:1344:1: note: 'EVP_PKEY_assign' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:600:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("EVP_PKEY_assign_DSA", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:636:29: warning: 'EVP_PKEY_get0_DSA' is deprecated [-Wdeprecated-declarations] return((pKey != NULL) ? EVP_PKEY_get0_DSA(pKey) : NULL); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/evp.h:1371:1: note: 'EVP_PKEY_get0_DSA' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:636:11: warning: returning 'const struct dsa_st *' from a function with result type 'DSA *' (aka 'struct dsa_st *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] return((pKey != NULL) ? EVP_PKEY_get0_DSA(pKey) : NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ evp.c:716:11: warning: 'DSA_new' is deprecated [-Wdeprecated-declarations] dsa = DSA_new(); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/dsa.h:130:1: note: 'DSA_new' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:718:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("DSA_new", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:817:11: warning: 'DSA_set0_pqg' is deprecated [-Wdeprecated-declarations] ret = DSA_set0_pqg(dsa, p, q, g); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/dsa.h:208:1: note: 'DSA_set0_pqg' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:819:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("DSA_set0_pqg", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:827:11: warning: 'DSA_set0_key' is deprecated [-Wdeprecated-declarations] ret = DSA_set0_key(dsa, pub_key, priv_key); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/dsa.h:211:1: note: 'DSA_set0_key' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int DSA_set0_key(DSA *d, BIGNUM *pub_key, ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:829:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("DSA_set0_key", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:855:5: warning: 'DSA_free' is deprecated [-Wdeprecated-declarations] DSA_free(dsa); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/dsa.h:132:1: note: 'DSA_free' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:890:5: warning: 'DSA_get0_pqg' is deprecated [-Wdeprecated-declarations] DSA_get0_pqg(dsa, &p, &q, &g); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/dsa.h:206:1: note: 'DSA_get0_pqg' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p, ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:943:5: warning: 'DSA_get0_key' is deprecated [-Wdeprecated-declarations] DSA_get0_key(dsa, &pub_key, &priv_key); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/dsa.h:209:1: note: 'DSA_get0_key' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void DSA_get0_key(const DSA *d, const BIGNUM **pub_key, ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:993:11: warning: 'DSA_new' is deprecated [-Wdeprecated-declarations] dsa = DSA_new(); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/dsa.h:130:1: note: 'DSA_new' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:995:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("DSA_new", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:1000:11: warning: 'DSA_generate_parameters_ex' is deprecated [-Wdeprecated-declarations] ret = DSA_generate_parameters_ex(dsa, sizeBits, NULL, 0, &counter_ret, &h_ret, NULL); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/dsa.h:172:1: note: 'DSA_generate_parameters_ex' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int DSA_generate_parameters_ex(DSA *dsa, int bits, ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:1002:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError2("DSA_generate_parameters_ex", ^ ./globals.h:84:28: note: expanded from macro 'xmlSecOpenSSLError2' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:1005:9: warning: 'DSA_free' is deprecated [-Wdeprecated-declarations] DSA_free(dsa); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/dsa.h:132:1: note: 'DSA_free' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:1009:11: warning: 'DSA_generate_key' is deprecated [-Wdeprecated-declarations] ret = DSA_generate_key(dsa); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/dsa.h:179:1: note: 'DSA_generate_key' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int DSA_generate_key(DSA *a); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:1011:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("DSA_generate_key", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:1013:9: warning: 'DSA_free' is deprecated [-Wdeprecated-declarations] DSA_free(dsa); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/dsa.h:132:1: note: 'DSA_free' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:1021:9: warning: 'DSA_free' is deprecated [-Wdeprecated-declarations] DSA_free(dsa); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/dsa.h:132:1: note: 'DSA_free' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:1042:5: warning: 'DSA_get0_pqg' is deprecated [-Wdeprecated-declarations] DSA_get0_pqg(dsa, &p, &q, &g); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/dsa.h:206:1: note: 'DSA_get0_pqg' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p, ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:1043:5: warning: 'DSA_get0_key' is deprecated [-Wdeprecated-declarations] DSA_get0_key(dsa, &pub_key, &priv_key); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/dsa.h:209:1: note: 'DSA_get0_key' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void DSA_get0_key(const DSA *d, const BIGNUM **pub_key, ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:1044:15: warning: 'DSA_get0_engine' is deprecated [-Wdeprecated-declarations] dsa_eng = DSA_get0_engine(dsa); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/dsa.h:221:1: note: 'DSA_get0_engine' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ENGINE *DSA_get0_engine(DSA *d); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:1077:5: warning: 'DSA_get0_pqg' is deprecated [-Wdeprecated-declarations] DSA_get0_pqg(dsa, &p, NULL, NULL); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/dsa.h:206:1: note: 'DSA_get0_pqg' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p, ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:1200:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("EVP_PKEY_new", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:1205:15: warning: 'EVP_PKEY_assign' is deprecated [-Wdeprecated-declarations] ret = EVP_PKEY_assign_EC_KEY(pKey, ecdsa); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/evp.h:517:9: note: expanded from macro 'EVP_PKEY_assign_EC_KEY' EVP_PKEY_assign((pkey), EVP_PKEY_EC, (eckey)) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/evp.h:1344:1: note: 'EVP_PKEY_assign' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:1207:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("EVP_PKEY_assign_EC_KEY", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:1243:29: warning: 'EVP_PKEY_get0_EC_KEY' is deprecated [-Wdeprecated-declarations] return((pKey != NULL) ? EVP_PKEY_get0_EC_KEY(pKey) : NULL); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/evp.h:1388:1: note: 'EVP_PKEY_get0_EC_KEY' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:1243:11: warning: returning 'const struct ec_key_st *' from a function with result type 'EC_KEY *' (aka 'struct ec_key_st *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] return((pKey != NULL) ? EVP_PKEY_get0_EC_KEY(pKey) : NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ evp.c:1323:13: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations] group = EC_KEY_get0_group(ecdsa); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/ec.h:1053:1: note: 'EC_KEY_get0_group' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:1325:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("EC_KEY_get0_group", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:1331:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("BN_new", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:1337:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("EC_GROUP_get_order", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:1504:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("EVP_PKEY_new", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:1509:15: warning: 'EVP_PKEY_assign' is deprecated [-Wdeprecated-declarations] ret = EVP_PKEY_assign_RSA(pKey, rsa); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/evp.h:501:41: note: expanded from macro 'EVP_PKEY_assign_RSA' # define EVP_PKEY_assign_RSA(pkey,rsa) EVP_PKEY_assign((pkey),EVP_PKEY_RSA,\ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/evp.h:1344:1: note: 'EVP_PKEY_assign' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:1511:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("EVP_PKEY_assign_RSA", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:1547:29: warning: 'EVP_PKEY_get0_RSA' is deprecated [-Wdeprecated-declarations] return((pKey != NULL) ? EVP_PKEY_get0_RSA(pKey) : NULL); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/evp.h:1362:1: note: 'EVP_PKEY_get0_RSA' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:1547:11: warning: returning 'const struct rsa_st *' from a function with result type 'RSA *' (aka 'struct rsa_st *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] return((pKey != NULL) ? EVP_PKEY_get0_RSA(pKey) : NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ evp.c:1626:11: warning: 'RSA_new' is deprecated [-Wdeprecated-declarations] rsa = RSA_new(); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/rsa.h:212:1: note: 'RSA_new' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:1628:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("RSA_new", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:1678:11: warning: 'RSA_set0_key' is deprecated [-Wdeprecated-declarations] ret = RSA_set0_key(rsa, n, e, d); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/rsa.h:218:1: note: 'RSA_set0_key' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:1680:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("RSA_set0_key", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:1713:5: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations] RSA_free(rsa); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/rsa.h:304:1: note: 'RSA_free' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:1744:5: warning: 'RSA_get0_key' is deprecated [-Wdeprecated-declarations] RSA_get0_key(rsa, &n, &e, &d); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/rsa.h:228:1: note: 'RSA_get0_key' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r, ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:1813:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("BN_new", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:1820:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("BN_set_word", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:1826:11: warning: 'RSA_new' is deprecated [-Wdeprecated-declarations] rsa = RSA_new(); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/rsa.h:212:1: note: 'RSA_new' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:1828:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("RSA_new", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:1834:11: warning: 'RSA_generate_key_ex' is deprecated [-Wdeprecated-declarations] ret = RSA_generate_key_ex(rsa, sizeBits, e, NULL); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/rsa.h:271:1: note: 'RSA_generate_key_ex' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e, ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:1836:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError2("RSA_generate_key_ex", ^ ./globals.h:84:28: note: expanded from macro 'xmlSecOpenSSLError2' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:1839:9: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations] RSA_free(rsa); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/rsa.h:304:1: note: 'RSA_free' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:1848:9: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations] RSA_free(rsa); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/rsa.h:304:1: note: 'RSA_free' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:1872:5: warning: 'RSA_get0_key' is deprecated [-Wdeprecated-declarations] RSA_get0_key(rsa, &n, &e, &d); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/rsa.h:228:1: note: 'RSA_get0_key' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r, ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:1876:19: warning: 'RSA_test_flags' is deprecated [-Wdeprecated-declarations] } else if(RSA_test_flags(rsa, (RSA_FLAG_EXT_PKEY)) != 0) { ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/rsa.h:253:1: note: 'RSA_test_flags' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int RSA_test_flags(const RSA *r, int flags); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp.c:1903:5: warning: 'RSA_get0_key' is deprecated [-Wdeprecated-declarations] RSA_get0_key(rsa, &n, NULL, NULL); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/rsa.h:228:1: note: 'RSA_get0_key' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r, ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ 59 warnings generated. CC libxmlsec1_openssl_la-evp_signatures.lo evp_signatures.c:248:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("EVP_MD_CTX_new", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp_signatures.c:364:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("EVP_VerifyFinal", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp_signatures.c:412:17: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("EVP_SignInit", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp_signatures.c:419:17: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("EVP_VerifyInit", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp_signatures.c:433:17: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("EVP_SignUpdate", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp_signatures.c:440:17: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("EVP_VerifyUpdate", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ evp_signatures.c:471:17: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("EVP_SignFinal", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ 7 warnings generated. CC libxmlsec1_openssl_la-hmac.lo hmac.c:239:20: warning: 'HMAC_CTX_new' is deprecated [-Wdeprecated-declarations] ctx->hmacCtx = HMAC_CTX_new(); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/hmac.h:33:1: note: 'HMAC_CTX_new' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 HMAC_CTX *HMAC_CTX_new(void); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ hmac.c:241:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("HMAC_CTX_new", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ hmac.c:261:9: warning: 'HMAC_CTX_free' is deprecated [-Wdeprecated-declarations] HMAC_CTX_free(ctx->hmacCtx); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/hmac.h:35:1: note: 'HMAC_CTX_free' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ hmac.c:360:11: warning: 'HMAC_Init_ex' is deprecated [-Wdeprecated-declarations] ret = HMAC_Init_ex(ctx->hmacCtx, ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/hmac.h:43:1: note: 'HMAC_Init_ex' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ hmac.c:366:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("HMAC_Init_ex", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ hmac.c:458:19: warning: 'HMAC_Update' is deprecated [-Wdeprecated-declarations] ret = HMAC_Update(ctx->hmacCtx, xmlSecBufferGetData(in), inSize); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/hmac.h:45:1: note: 'HMAC_Update' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ hmac.c:460:17: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("HMAC_Update", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ hmac.c:477:19: warning: 'HMAC_Final' is deprecated [-Wdeprecated-declarations] ret = HMAC_Final(ctx->hmacCtx, ctx->dgst, &dgstSize); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/hmac.h:47:1: note: 'HMAC_Final' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ hmac.c:479:17: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("HMAC_Final", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ 9 warnings generated. CC libxmlsec1_openssl_la-kw_aes.lo kw_aes.c:258:19: warning: 'AES_set_encrypt_key' is deprecated [-Wdeprecated-declarations] ret = AES_set_encrypt_key(xmlSecBufferGetData(&(ctx->keyBuffer)), ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/aes.h:50:1: note: 'AES_set_encrypt_key' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ kw_aes.c:262:17: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("AES_set_decrypt_key", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ kw_aes.c:278:19: warning: 'AES_set_decrypt_key' is deprecated [-Wdeprecated-declarations] ret = AES_set_decrypt_key(xmlSecBufferGetData(&(ctx->keyBuffer)), ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/aes.h:53:1: note: 'AES_set_decrypt_key' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ kw_aes.c:282:17: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("AES_set_decrypt_key", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ kw_aes.c:458:5: warning: 'AES_encrypt' is deprecated [-Wdeprecated-declarations] AES_encrypt(in, out, (AES_KEY*)context); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/aes.h:56:1: note: 'AES_encrypt' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ kw_aes.c:472:5: warning: 'AES_decrypt' is deprecated [-Wdeprecated-declarations] AES_decrypt(in, out, (AES_KEY*)context); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/aes.h:59:1: note: 'AES_decrypt' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ 6 warnings generated. CC libxmlsec1_openssl_la-kw_des.lo kw_des.c:373:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("SHA1", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ kw_des.c:391:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError2("RAND_bytes", NULL, ^ ./globals.h:84:28: note: expanded from macro 'xmlSecOpenSSLError2' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ kw_des.c:485:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("EVP_CIPHER_CTX_new", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ kw_des.c:491:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("EVP_CipherInit", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ kw_des.c:500:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("EVP_CipherUpdate", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ kw_des.c:507:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("EVP_CipherFinal", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ 6 warnings generated. CC libxmlsec1_openssl_la-kt_rsa.lo kt_rsa.c:228:11: warning: 'EVP_PKEY_get0_RSA' is deprecated [-Wdeprecated-declarations] rsa = EVP_PKEY_get0_RSA(pKey); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/evp.h:1362:1: note: 'EVP_PKEY_get0_RSA' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ kt_rsa.c:228:9: warning: assigning to 'RSA *' (aka 'struct rsa_st *') from 'const struct rsa_st *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] rsa = EVP_PKEY_get0_RSA(pKey); ^ ~~~~~~~~~~~~~~~~~~~~~~~ kt_rsa.c:297:11: warning: 'EVP_PKEY_get0_RSA' is deprecated [-Wdeprecated-declarations] rsa = EVP_PKEY_get0_RSA(ctx->pKey); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/evp.h:1362:1: note: 'EVP_PKEY_get0_RSA' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ kt_rsa.c:297:9: warning: assigning to 'RSA *' (aka 'struct rsa_st *') from 'const struct rsa_st *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] rsa = EVP_PKEY_get0_RSA(ctx->pKey); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ kt_rsa.c:300:15: warning: 'RSA_size' is deprecated [-Wdeprecated-declarations] keySize = RSA_size(rsa); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/rsa.h:215:1: note: 'RSA_size' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ kt_rsa.c:332:15: warning: 'RSA_public_encrypt' is deprecated [-Wdeprecated-declarations] ret = RSA_public_encrypt(inSize, xmlSecBufferGetData(in), ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/rsa.h:292:1: note: 'RSA_public_encrypt' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ kt_rsa.c:336:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError2("RSA_public_encrypt", ^ ./globals.h:84:28: note: expanded from macro 'xmlSecOpenSSLError2' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ kt_rsa.c:343:15: warning: 'RSA_private_decrypt' is deprecated [-Wdeprecated-declarations] ret = RSA_private_decrypt(inSize, xmlSecBufferGetData(in), ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/rsa.h:301:1: note: 'RSA_private_decrypt' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ kt_rsa.c:347:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError2("RSA_private_decrypt", ^ ./globals.h:84:28: note: expanded from macro 'xmlSecOpenSSLError2' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ kt_rsa.c:596:11: warning: 'EVP_PKEY_get0_RSA' is deprecated [-Wdeprecated-declarations] rsa = EVP_PKEY_get0_RSA(pKey); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/evp.h:1362:1: note: 'EVP_PKEY_get0_RSA' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ kt_rsa.c:596:9: warning: assigning to 'RSA *' (aka 'struct rsa_st *') from 'const struct rsa_st *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] rsa = EVP_PKEY_get0_RSA(pKey); ^ ~~~~~~~~~~~~~~~~~~~~~~~ kt_rsa.c:666:11: warning: 'EVP_PKEY_get0_RSA' is deprecated [-Wdeprecated-declarations] rsa = EVP_PKEY_get0_RSA(ctx->pKey); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/evp.h:1362:1: note: 'EVP_PKEY_get0_RSA' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ kt_rsa.c:666:9: warning: assigning to 'RSA *' (aka 'struct rsa_st *') from 'const struct rsa_st *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] rsa = EVP_PKEY_get0_RSA(ctx->pKey); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ kt_rsa.c:669:15: warning: 'RSA_size' is deprecated [-Wdeprecated-declarations] keySize = RSA_size(rsa); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/rsa.h:215:1: note: 'RSA_size' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ kt_rsa.c:703:15: warning: 'RSA_public_encrypt' is deprecated [-Wdeprecated-declarations] ret = RSA_public_encrypt(inSize, xmlSecBufferGetData(in), ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/rsa.h:292:1: note: 'RSA_public_encrypt' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ kt_rsa.c:707:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("RSA_public_encrypt(RSA_PKCS1_OAEP_PADDING)", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ kt_rsa.c:727:15: warning: 'RSA_padding_add_PKCS1_OAEP' is deprecated [-Wdeprecated-declarations] ret = RSA_padding_add_PKCS1_OAEP(xmlSecBufferGetData(&tmp), keySize, ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/rsa.h:403:1: note: 'RSA_padding_add_PKCS1_OAEP' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ kt_rsa.c:731:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("RSA_padding_add_PKCS1_OAEP", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ kt_rsa.c:738:15: warning: 'RSA_public_encrypt' is deprecated [-Wdeprecated-declarations] ret = RSA_public_encrypt(keySize, xmlSecBufferGetData(&tmp), ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/rsa.h:292:1: note: 'RSA_public_encrypt' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ kt_rsa.c:742:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("RSA_public_encrypt(RSA_NO_PADDING)", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ kt_rsa.c:750:15: warning: 'RSA_private_decrypt' is deprecated [-Wdeprecated-declarations] ret = RSA_private_decrypt(inSize, xmlSecBufferGetData(in), ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/rsa.h:301:1: note: 'RSA_private_decrypt' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ kt_rsa.c:754:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("RSA_private_decrypt(RSA_PKCS1_OAEP_PADDING)", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ kt_rsa.c:762:15: warning: 'RSA_private_decrypt' is deprecated [-Wdeprecated-declarations] ret = RSA_private_decrypt(inSize, xmlSecBufferGetData(in), ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/rsa.h:301:1: note: 'RSA_private_decrypt' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ kt_rsa.c:766:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("RSA_private_decrypt(RSA_NO_PADDING)", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ kt_rsa.c:781:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("BN_new()", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ kt_rsa.c:787:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError2("BN_bin2bn", ^ ./globals.h:84:28: note: expanded from macro 'xmlSecOpenSSLError2' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ kt_rsa.c:796:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("BN_bn2bin", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ kt_rsa.c:805:15: warning: 'RSA_padding_check_PKCS1_OAEP' is deprecated [-Wdeprecated-declarations] ret = RSA_padding_check_PKCS1_OAEP(xmlSecBufferGetData(out), outSize, ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/rsa.h:407:1: note: 'RSA_padding_check_PKCS1_OAEP' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ kt_rsa.c:811:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("RSA_padding_check_PKCS1_OAEP", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ 29 warnings generated. CC libxmlsec1_openssl_la-signatures.lo signatures.c:337:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("EVP_MD_CTX_new", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ signatures.c:344:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("EVP_DigestInit", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ signatures.c:519:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("EVP_DigestUpdate", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ signatures.c:537:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("EVP_DigestFinal", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ signatures.c:613:14: warning: 'EVP_PKEY_get1_DSA' is deprecated [-Wdeprecated-declarations] dsaKey = EVP_PKEY_get1_DSA(ctx->pKey); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/evp.h:1373:1: note: 'EVP_PKEY_get1_DSA' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ signatures.c:615:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("EVP_PKEY_get1_DSA", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ signatures.c:620:19: warning: 'DSA_size' is deprecated [-Wdeprecated-declarations] dsaSignSize = DSA_size(dsaKey); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/dsa.h:135:1: note: 'DSA_size' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int DSA_size(const DSA *); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ signatures.c:633:11: warning: 'DSA_do_sign' is deprecated [-Wdeprecated-declarations] sig = DSA_do_sign(ctx->dgst, ctx->dgstSize, dsaKey); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/dsa.h:118:1: note: 'DSA_do_sign' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 DSA_SIG *DSA_do_sign(const unsigned char *dgst, int dlen, ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ signatures.c:635:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("DSA_do_sign", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ signatures.c:642:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("DSA_SIG_get0", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ signatures.c:683:9: warning: 'DSA_free' is deprecated [-Wdeprecated-declarations] DSA_free(dsaKey); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/dsa.h:132:1: note: 'DSA_free' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ signatures.c:705:14: warning: 'EVP_PKEY_get1_DSA' is deprecated [-Wdeprecated-declarations] dsaKey = EVP_PKEY_get1_DSA(ctx->pKey); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/evp.h:1373:1: note: 'EVP_PKEY_get1_DSA' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ signatures.c:707:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("EVP_PKEY_get1_DSA", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ signatures.c:712:19: warning: 'DSA_size' is deprecated [-Wdeprecated-declarations] dsaSignSize = DSA_size(dsaKey); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/dsa.h:135:1: note: 'DSA_size' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int DSA_size(const DSA *); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ signatures.c:736:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("DSA_SIG_new", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ signatures.c:742:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("BN_bin2bn(sig->r)", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ signatures.c:747:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("BN_bin2bn(sig->s)", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ signatures.c:753:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("DSA_SIG_set0", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ signatures.c:761:11: warning: 'DSA_do_verify' is deprecated [-Wdeprecated-declarations] ret = DSA_do_verify(ctx->dgst, ctx->dgstSize, sig, dsaKey); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/dsa.h:120:1: note: 'DSA_do_verify' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int DSA_do_verify(const unsigned char *dgst, int dgst_len, ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ signatures.c:763:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("DSA_do_verify", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ signatures.c:777:5: warning: 'DSA_free' is deprecated [-Wdeprecated-declarations] DSA_free(dsaKey); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/dsa.h:132:1: note: 'DSA_free' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ signatures.c:910:13: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations] group = EC_KEY_get0_group(ecKey); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/ec.h:1053:1: note: 'EC_KEY_get0_group' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ signatures.c:912:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("EC_KEY_get0_group", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ signatures.c:918:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("BN_new", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ signatures.c:923:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("EC_GROUP_get_order", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ signatures.c:958:13: warning: 'EVP_PKEY_get1_EC_KEY' is deprecated [-Wdeprecated-declarations] ecKey = EVP_PKEY_get1_EC_KEY(ctx->pKey); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/evp.h:1390:1: note: 'EVP_PKEY_get1_EC_KEY' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ signatures.c:960:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("EVP_PKEY_get1_DSA", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ signatures.c:972:11: warning: 'ECDSA_do_sign' is deprecated [-Wdeprecated-declarations] sig = ECDSA_do_sign(ctx->dgst, ctx->dgstSize, ecKey); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/ec.h:1384:1: note: 'ECDSA_do_sign' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ECDSA_SIG *ECDSA_do_sign(const unsigned char *dgst, ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ signatures.c:974:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("ECDSA_do_sign", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ signatures.c:981:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("ECDSA_SIG_get0", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ signatures.c:1025:9: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations] EC_KEY_free(ecKey); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/ec.h:1022:1: note: 'EC_KEY_free' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ signatures.c:1048:13: warning: 'EVP_PKEY_get1_EC_KEY' is deprecated [-Wdeprecated-declarations] ecKey = EVP_PKEY_get1_EC_KEY(ctx->pKey); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/evp.h:1390:1: note: 'EVP_PKEY_get1_EC_KEY' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ signatures.c:1050:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("EVP_PKEY_get1_EC_KEY", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ signatures.c:1075:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("DSA_SIG_new", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ signatures.c:1081:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("BN_bin2bn(sig->r)", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ signatures.c:1086:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("BN_bin2bn(sig->s)", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ signatures.c:1092:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("ECDSA_SIG_set0()", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ signatures.c:1099:11: warning: 'ECDSA_do_verify' is deprecated [-Wdeprecated-declarations] ret = ECDSA_do_verify(ctx->dgst, ctx->dgstSize, sig, ecKey); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/ec.h:1410:1: note: 'ECDSA_do_verify' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 int ECDSA_do_verify(const unsigned char *dgst, int dgst_len, ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ signatures.c:1101:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("ECDSA_do_verify", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ signatures.c:1115:5: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations] EC_KEY_free(ecKey); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/ec.h:1022:1: note: 'EC_KEY_free' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ 40 warnings generated. CC libxmlsec1_openssl_la-symkeys.lo CC libxmlsec1_openssl_la-x509.lo x509.c:379:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("sk_X509_new_null", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509.c:387:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("sk_X509_push", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509.c:462:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("sk_X509_CRL_new_null", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509.c:470:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("sk_X509_CRL_push", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509.c:561:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("X509_dup", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509.c:588:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("X509_CRL_dup", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509.c:607:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("X509_dup", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509.c:1054:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("X509_dup", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509.c:1192:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("X509_dup", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509.c:1325:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("X509_dup", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509.c:1484:17: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("X509_dup", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509.c:1608:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("ASN1_TIME_check", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509.c:1682:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("X509_get_pubkey", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509.c:1723:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("BIO_new", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509.c:1729:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError2("BIO_write", NULL, ^ ./globals.h:84:28: note: expanded from macro 'xmlSecOpenSSLError2' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509.c:1737:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError2("d2i_X509_bio", NULL, ^ ./globals.h:84:28: note: expanded from macro 'xmlSecOpenSSLError2' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509.c:1758:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("BIO_new", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509.c:1768:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("BIO_get_mem_data", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509.c:1811:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("BIO_new", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509.c:1817:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError2("BIO_write", NULL, ^ ./globals.h:84:28: note: expanded from macro 'xmlSecOpenSSLError2' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509.c:1825:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("d2i_X509_CRL_bio", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509.c:1845:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("BIO_new", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509.c:1855:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("BIO_get_mem_data", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509.c:1881:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("BIO_new", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509.c:1886:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("X509_NAME_print_ex", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509.c:1918:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("ASN1_INTEGER_to_BN", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509.c:1924:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("BN_bn2dec", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509.c:1957:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("X509_get_ext_by_NID(): Certificate without SubjectKeyIdentifier extension", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509.c:1963:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("X509_get_ext", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509.c:1969:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("X509V3_EXT_d2i", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ 30 warnings generated. CC libxmlsec1_openssl_la-x509vfy.lo x509vfy.c:203:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("X509_STORE_CTX_new", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509vfy.c:215:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("sk_X509_dup", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509vfy.c:225:17: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("sk_X509_push", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509vfy.c:236:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("sk_X509_CRL_dup", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509vfy.c:292:17: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("X509_STORE_CTX_init", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509vfy.c:307:21: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("X509_VERIFY_PARAM_new", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509vfy.c:340:17: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("X509_verify_cert", xmlSecKeyDataStoreGetName(store)); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509vfy.c:436:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("X509_STORE_add_cert", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509vfy.c:447:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("sk_X509_push", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509vfy.c:478:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("sk_X509_CRL_push", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509vfy.c:510:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("X509_STORE_add_lookup", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509vfy.c:515:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError2("X509_LOOKUP_add_dir", ^ ./globals.h:84:28: note: expanded from macro 'xmlSecOpenSSLError2' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509vfy.c:548:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("X509_STORE_add_lookup", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509vfy.c:553:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError2("X509_LOOKUP_load_file", ^ ./globals.h:84:28: note: expanded from macro 'xmlSecOpenSSLError2' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509vfy.c:577:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("X509_STORE_new", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509vfy.c:583:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("X509_STORE_set_default_paths", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509vfy.c:591:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("X509_STORE_add_lookup", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509vfy.c:599:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError2("X509_LOOKUP_add_dir", ^ ./globals.h:84:28: note: expanded from macro 'xmlSecOpenSSLError2' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509vfy.c:607:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("X509_LOOKUP_add_dir", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509vfy.c:615:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("sk_X509_new_null", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509vfy.c:622:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("sk_X509_CRL_new_null", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509vfy.c:629:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("X509_VERIFY_PARAM_new", ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509vfy.c:683:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("X509_STORE_CTX_new", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509vfy.c:688:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("X509_OBJECT_new", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509vfy.c:694:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("X509_STORE_CTX_init", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509vfy.c:700:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("X509_STORE_CTX_get_by_subject", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509vfy.c:705:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("X509_get_pubkey", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509vfy.c:711:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("X509_CRL_verify", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509vfy.c:768:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("BN_new", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509vfy.c:773:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("BN_dec2bn", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509vfy.c:781:13: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("BN_to_ASN1_INTEGER", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509vfy.c:928:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("X509_NAME_new", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ x509vfy.c:1062:9: warning: 'ERR_func_error_string' is deprecated [-Wdeprecated-declarations] xmlSecOpenSSLError("sk_X509_NAME_ENTRY_new", NULL); ^ ./globals.h:57:28: note: expanded from macro 'xmlSecOpenSSLError' const char* func = ERR_func_error_string(error_code); \ ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/err.h:459:1: note: 'ERR_func_error_string' has been explicitly marked deprecated here OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:206:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) ^ /Users/pbulk/build/security/xmlsec1/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' # define OSSL_DEPRECATED(since) __attribute__((deprecated)) ^ 33 warnings generated. CCLD libxmlsec1-openssl.la Making all in gcrypt CC libxmlsec1_gcrypt_la-app.lo app.c:43:40: error: expected ')' xmlSecGCryptAppInit(const char* config ATTRIBUTE_UNUSED) { ^ app.c:43:20: note: to match this '(' xmlSecGCryptAppInit(const char* config ATTRIBUTE_UNUSED) { ^ app.c:215:41: error: expected ')' const char *pwd ATTRIBUTE_UNUSED, ^ app.c:213:29: note: to match this '(' xmlSecGCryptAppKeyLoadMemory(const xmlSecByte* data, xmlSecSize dataSize, ^ app.c:213:1: error: conflicting types for 'xmlSecGCryptAppKeyLoadMemory' xmlSecGCryptAppKeyLoadMemory(const xmlSecByte* data, xmlSecSize dataSize, ^ ../../include/xmlsec/gcrypt/app.h:65:35: note: previous declaration is here XMLSEC_CRYPTO_EXPORT xmlSecKeyPtr xmlSecGCryptAppKeyLoadMemory (const xmlSecByte* data, ^ app.c:338:43: error: expected ')' const char *pwd ATTRIBUTE_UNUSED, ^ app.c:337:26: note: to match this '(' xmlSecGCryptAppPkcs12Load(const char *filename, ^ app.c:337:1: error: conflicting types for 'xmlSecGCryptAppPkcs12Load' xmlSecGCryptAppPkcs12Load(const char *filename, ^ ../../include/xmlsec/gcrypt/app.h:72:35: note: previous declaration is here XMLSEC_CRYPTO_EXPORT xmlSecKeyPtr xmlSecGCryptAppPkcs12Load (const char *filename, ^ app.c:364:44: error: expected ')' const char *pwd ATTRIBUTE_UNUSED, ^ app.c:363:32: note: to match this '(' xmlSecGCryptAppPkcs12LoadMemory(const xmlSecByte* data, xmlSecSize dataSize, ^ app.c:363:1: error: conflicting types for 'xmlSecGCryptAppPkcs12LoadMemory' xmlSecGCryptAppPkcs12LoadMemory(const xmlSecByte* data, xmlSecSize dataSize, ^ ../../include/xmlsec/gcrypt/app.h:76:35: note: previous declaration is here XMLSEC_CRYPTO_EXPORT xmlSecKeyPtr xmlSecGCryptAppPkcs12LoadMemory (const xmlSecByte* data, ^ app.c:392:56: error: expected ')' xmlSecKeyDataType type ATTRIBUTE_UNUSED) { ^ app.c:389:32: note: to match this '(' xmlSecGCryptAppKeysMngrCertLoad(xmlSecKeysMngrPtr mngr, ^ app.c:420:62: error: expected ')' xmlSecKeyDataType type ATTRIBUTE_UNUSED) { ^ app.c:416:38: note: to match this '(' xmlSecGCryptAppKeysMngrCertLoadMemory(xmlSecKeysMngrPtr mngr, ^ 9 errors generated. *** [libxmlsec1_gcrypt_la-app.lo] Error code 1 bmake[3]: stopped making "all" in /Users/pbulk/build/security/xmlsec1/work/xmlsec1-1.2.33/src/gcrypt bmake[3]: 1 error bmake[3]: stopped making "all" in /Users/pbulk/build/security/xmlsec1/work/xmlsec1-1.2.33/src/gcrypt bmake[2]: stopped making "all" in /Users/pbulk/build/security/xmlsec1/work/xmlsec1-1.2.33/src bmake[1]: stopped making "all-recursive" in /Users/pbulk/build/security/xmlsec1/work/xmlsec1-1.2.33 bmake: stopped making "all" in /Users/pbulk/build/security/xmlsec1/work/xmlsec1-1.2.33 *** Error code 2 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-upstream-arm64/security/xmlsec1 *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-upstream-arm64/security/xmlsec1