/mandos/trunk

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

« back to all changes in this revision

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

  • Committer: Teddy Hogeborn
  • Date: 2026-05-17 19:54:20 UTC
  • Revision ID: teddy@recompile.se-20260517195420-ey9xcdcm3tiz4atd
Fix spelling

Fix name of the "Guile-GnuTLS" project.

* plugins.d/mandos-client.c (start_mandos_communication): In comment,
  fix name of "Guile-GnuTLS" project.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1506
1506
  }
1507
1507
  
1508
1508
  /* This casting via intptr_t is to eliminate warning about casting
1509
 
     an int to a pointer type.  This is exactly how the GnuTLS Guile
 
1509
     an int to a pointer type.  This is exactly how the Guile-GnuTLS
1510
1510
     function "set-session-transport-fd!" does it. */
1511
1511
  gnutls_transport_set_ptr(session,
1512
1512
                           (gnutls_transport_ptr_t)(intptr_t)tcp_sd);