botan icon indicating copy to clipboard operation
botan copied to clipboard

undefined identifier pbes2Encrypt

Open apanys opened this issue 4 years ago • 0 comments

While specifying configuration pubkey syntax errors are thrown:

{
	"dependencies": {
		"botan": "1.12.18"
	},
    "subConfigurations": {
        "botan": "pubkey"
    },
	"name": "t3"
}

....\AppData\Local\dub\packages\botan-1.12.18\botan\source\botan\pubkey\pkcs8.d(101,3): Error: undefined identifier pbes2Encrypt ....\AppData\Local\dub\packages\botan-1.12.18\botan\source\botan\pubkey\pkcs8.d(295,11): Error: undefined identifier pbes2Decrypt

apanys avatar Nov 30 '20 06:11 apanys