~ubuntu-branches/ubuntu/raring/openvpn/raring-proposed

« back to all changes in this revision

Viewing changes to ssl.h

  • Committer: Bazaar Package Importer
  • Author(s): Alberto Gonzalez Iniesta
  • Date: 2006-04-05 12:17:26 UTC
  • mto: (1.3.3 upstream) (10.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20060405121726-btck979dumiwfrte
Tags: upstream-2.0.6
ImportĀ upstreamĀ versionĀ 2.0.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
655
655
  return 0;
656
656
}
657
657
 
 
658
static inline void
 
659
tls_set_single_session (struct tls_multi *multi)
 
660
{
 
661
  if (multi)
 
662
    multi->opt.single_session = true;
 
663
}
 
664
 
658
665
/*
659
666
 * protocol_dump() flags
660
667
 */