This commit is contained in:
Günter Obiltschnig
2020-01-10 13:47:57 +01:00
parent aa68d8e976
commit c82e1c7085
2 changed files with 0 additions and 12 deletions

View File

@@ -59,16 +59,11 @@ void PKCS12ContainerTest::testFullPKCS12()
pkcs3 = pkcs2;
full(pkcs3);
#ifdef POCO_ENABLE_CPP11
pkcs3 = std::move(pkcs);
full(pkcs3);
PKCS12Container pkcs4(std::move(pkcs2));
full(pkcs4);
#endif // POCO_ENABLE_CPP11
}
catch (Poco::Exception& ex)
{