Changeset ab93ce1ba43b38aed49616f5cbeda720e9c14296
- Timestamp:
- 11/17/11 23:02:06
(2 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1321570926 -0500
- git-parent:
[0925738c7f2feb200faf8af7721055416b357f44]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1321570926 -0500
- Message:
adding all ciphers is needed on my Sol10box
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r9d8d005 |
rab93ce1 |
|
| 658 | 658 | SSL_load_error_strings(); |
|---|
| 659 | 659 | SSL_library_init(); |
|---|
| | 660 | OpenSSL_add_all_ciphers(); |
|---|
| 660 | 661 | return; |
|---|
| 661 | 662 | } |
|---|