/mandos/release

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/release

« back to all changes in this revision

Viewing changes to plugins.d/mandos-client.c

  • Committer: Teddy Hogeborn
  • Date: 2018-02-22 18:34:39 UTC
  • mfrom: (237.7.490 trunk)
  • Revision ID: teddy@recompile.se-20180222183439-ardlmmsvs6jbkp8x
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
420
420
      if(result == NULL){
421
421
        fprintf_plus(stderr, "gpgme_op_decrypt_result failed\n");
422
422
      } else {
423
 
        if(result->unsupported_algorithm != NULL) {
424
 
          fprintf_plus(stderr, "Unsupported algorithm: %s\n",
425
 
                       result->unsupported_algorithm);
426
 
        }
 
423
        fprintf_plus(stderr, "Unsupported algorithm: %s\n",
 
424
                     result->unsupported_algorithm);
427
425
        fprintf_plus(stderr, "Wrong key usage: %u\n",
428
426
                     result->wrong_key_usage);
429
427
        if(result->file_name != NULL){