minor commit to fix minor compilations warnings

This commit is contained in:
Michael Rash 2011-08-19 22:00:16 -04:00
parent 637f7a4c93
commit db681fb791
2 changed files with 2 additions and 1 deletions

View File

@ -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.
*/ */

View File

@ -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
*/ */