mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-09 00:00:53 -04:00
Corrected error message if enveloped-data decryption fails
This commit is contained in:
parent
0a344da291
commit
429e6d5eee
@ -1405,7 +1405,7 @@ int main(int argc, char **argv)
|
|||||||
if (!container->get_data(container, &chunk))
|
if (!container->get_data(container, &chunk))
|
||||||
{
|
{
|
||||||
container->destroy(container);
|
container->destroy(container);
|
||||||
exit_scepclient("extracting signed-data failed");
|
exit_scepclient("extracting encrypted-data failed");
|
||||||
}
|
}
|
||||||
container->destroy(container);
|
container->destroy(container);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user