minor commit to fix minor compilations warnings
This commit is contained in:
parent
637f7a4c93
commit
db681fb791
@ -30,6 +30,7 @@
|
|||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
*/
|
*/
|
||||||
#include "spa_comm.h"
|
#include "spa_comm.h"
|
||||||
|
#include "utils.h"
|
||||||
|
|
||||||
/* Function to generate a header checksum.
|
/* Function to generate a header checksum.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -356,7 +356,7 @@ fko_get_spa_encryption_type(fko_ctx_t ctx, short *enc_type)
|
|||||||
int
|
int
|
||||||
fko_encrypt_spa_data(fko_ctx_t ctx, char *enc_key)
|
fko_encrypt_spa_data(fko_ctx_t ctx, char *enc_key)
|
||||||
{
|
{
|
||||||
int res;
|
int res = 0;
|
||||||
|
|
||||||
/* Must be initialized
|
/* Must be initialized
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user