~ubuntu-branches/ubuntu/quantal/psi/quantal

« back to all changes in this revision

Viewing changes to iris/jabber/s5b.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2006-01-20 00:20:36 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060120002036-7nw6yo6totip0ee5
Tags: 0.10-2
* Added upstream changelog (Closes: Bug#327748)
* Mention --no-gpg and --no-gpg-agent in manpage (Closes: Bug#204416)

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include<stdlib.h>
26
26
#include<qca.h>
27
27
#include"xmpp_xmlcommon.h"
 
28
#include"hash.h"
28
29
#include"socks.h"
29
30
#include"safedelete.h"
30
31
 
571
572
S5BManager::S5BManager(Client *parent)
572
573
:QObject(parent)
573
574
{
 
575
        // S5B needs SHA1
 
576
        if(!QCA::isSupported(QCA::CAP_SHA1))
 
577
                QCA::insertProvider(createProviderHash());
 
578
 
574
579
        d = new Private;
575
580
        d->client = parent;
576
581
        d->serv = 0;