~exarkun/pyopenssl/mem-bio

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Jean-Paul Calderone
  • Date: 2008-12-30 20:12:11 UTC
  • mfrom: (87.1.4 compiler-warnings)
  • Revision ID: exarkun@divmod.com-20081230201211-kon5nrrfk001uat1
Fixes to eliminate compiler warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2008-12-30  Jean-Paul Calderone  <exarkun@twistedmatrix.com>
 
2
 
 
3
        * MANIFEST.in, src/crypto/crypto.c, src/crypto/x509.c,
 
4
          src/crypto/x509name.c, src/rand/rand.c, src/ssl/context.c: Changes
 
5
          which eliminate compiler warnings but should not change any
 
6
          behavior.
 
7
 
1
8
2008-12-28  Jean-Paul Calderone  <exarkun@twistedmatrix.com>
2
9
 
3
10
        * test/test_ssl.py, src/ssl/ssl.c: Expose DTLS-related constants,