/*
- * Copyright (C) 2014 Andreas Steffen
+ * Copyright (C) 2014-2015 Andreas Steffen
* HSR Hochschule fuer Technik Rapperswil
*
* This program is free software; you can redistribute it and/or modify it
/* Use of the enhanced BLISS-B signature algorithm? */
switch (this->set->id)
{
+ default:
case BLISS_I:
case BLISS_II:
case BLISS_III:
bliss_bitpacker_t *packer;
asn1_parser_t *parser;
size_t s_bits = 0;
- int8_t s, s_min, s_max;
+ int8_t s, s_min = 0, s_max = 0;
uint32_t s_sign = 0x02, s_mask = 0xfffffffc, value;
bool success = FALSE;
int objectID, oid, i;