Skip to content

Commit

Permalink
* SSL/configure.ac: Change test for ssl2_clear in -lssl
Browse files Browse the repository at this point in the history
to test for SSL_clear, which is a public function and
is acutally used by the SSL bundle. The test for ssl2_clear
was failing with OpenSSL 1.0.0e.
* SSL/configure: Regenerate


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34836 72102866-910b-0410-8b05-ffd578937521
  • Loading branch information
ericwa committed Feb 27, 2012
1 parent 38cc835 commit 7449b39
Show file tree
Hide file tree
Showing 3 changed files with 1,423 additions and 1,947 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2012-02-27 Eric Wasylishen <[email protected]>

* SSL/configure.ac: Change test for ssl2_clear in -lssl
to test for SSL_clear, which is a public function and
is acutally used by the SSL bundle. The test for ssl2_clear
was failing with OpenSSL 1.0.0e.
* SSL/configure: Regenerate

2012-02-28 Richard Frith-Macdonald <[email protected]>

* Source/NSArchiver.m:
Expand Down
Loading

0 comments on commit 7449b39

Please sign in to comment.