~ubuntu-branches/ubuntu/trusty/python-omniorb/trusty

« back to all changes in this revision

Viewing changes to modules/sslTP/pysslTP.cc

  • Committer: Bazaar Package Importer
  • Author(s): Floris Bruynooghe
  • Date: 2011-05-01 12:42:50 UTC
  • mfrom: (2.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20110501124250-zgkxrv9bqoy7bzm2
Tags: 3.5-2
* debian/omniidl-python.install: fix bug exposed by python2.5
  removal (thanks Jakub Wilk for patch) (closes: #624740)
* debian/control: bump standards version to 3.9.2, no changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
// Description:
27
27
//    SSL transport library
28
28
 
29
 
// $Id: pysslTP.cc,v 1.1.4.1 2003/03/23 21:51:56 dgrisby Exp $
 
29
// $Id: pysslTP.cc 4760 2003-03-23 21:51:59Z dgrisby $
30
30
 
31
 
// $Log: pysslTP.cc,v $
32
 
// Revision 1.1.4.1  2003/03/23 21:51:56  dgrisby
33
 
// New omnipy3_develop branch.
34
 
//
 
31
// $Log$
35
32
// Revision 1.1.2.2  2002/12/19 11:09:10  dgrisby
36
33
// Rearrange includes to avoid crypt() clash.
37
34
//