* crypto: some small updates

This commit is contained in:
djcb
2012-07-18 11:51:21 +03:00
parent fe6333dfef
commit 3c8bc3e68e
5 changed files with 19 additions and 9 deletions

View File

@ -481,7 +481,8 @@ mu_cmd_verify (MuConfig *opts, GError **err)
MuError
mu_cmd_verify (MuConfig *opts, GError **err)
{
g_warning ("Your version of mu does not support crypto");
g_warning ("your version of mu does not support the 'verify' command");
return MU_ERROR_IN_PARAMETERS;
}
#endif /*!BUILD_CRYPTO*/