/mandos/trunk

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

« back to all changes in this revision

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

  • Committer: Teddy Hogeborn
  • Date: 2014-12-21 12:56:08 UTC
  • Revision ID: teddy@recompile.se-20141221125608-bmkvujlj39srpwd3
mandos-keygen: Fix some stylistic quoting issues.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1902
1902
int main(int argc, char *argv[]){
1903
1903
  mandos_context mc = { .server = NULL, .dh_bits = 1024,
1904
1904
                        .priority = "SECURE256:!CTYPE-X.509:"
1905
 
                        "+CTYPE-OPENPGP:!RSA", .current_server = NULL,
 
1905
                        "+CTYPE-OPENPGP", .current_server = NULL,
1906
1906
                        .interfaces = NULL, .interfaces_size = 0 };
1907
1907
  AvahiSServiceBrowser *sb = NULL;
1908
1908
  error_t ret_errno;