~ubuntu-branches/ubuntu/oneiric/psi/oneiric

« back to all changes in this revision

Viewing changes to third-party/qca/qca/include/QtCrypto/qca_core.h

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2009-09-25 17:49:51 UTC
  • mfrom: (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090925174951-lvm7kdap82o8xhn3
Tags: 0.13-1
* Updated to upstream version 0.13
* Set Standards-Version to 3.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 *
16
16
 * You should have received a copy of the GNU Lesser General Public
17
17
 * License along with this library; if not, write to the Free Software
18
 
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
 
18
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 
19
 * 02110-1301  USA
19
20
 *
20
21
 */
21
22
 
39
40
 
40
41
   \sa qcaVersion for a runtime check.
41
42
*/
42
 
#define QCA_VERSION 0x020000
 
43
#define QCA_VERSION 0x020002
43
44
 
44
45
#include <QString>
45
46
#include <QStringList>
274
275
   if that provider supports the algorithm.
275
276
   - if the provider with the lowest priority number doesn't support 
276
277
   the required algorithm, the provider with the next lowest priority number
277
 
   will be tried,and so on through to the provider with the largest priority number
 
278
   will be tried, and so on through to the provider with the largest priority
 
279
   number
278
280
   - if none of the plugin providers support the required algorithm, then
279
281
   the default (built-in) provider will be tried.
280
282