~ubuntu-branches/ubuntu/saucy/trousers/saucy-proposed

« back to all changes in this revision

Viewing changes to src/tspi/tspi_maint.c

  • Committer: Package Import Robot
  • Author(s): Pierre Chifflier
  • Date: 2012-11-10 17:04:44 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20121110170444-yvoa372npyp02mwr
Tags: 0.3.10-1
* Imported Upstream version 0.3.10
* Update symbols file
* Force build of tools

Show diffs side-by-side

added added

removed removed

Lines of Context:
256
256
                if ((pValidationData->rgbValidationData = calloc_tspi(tspContext,
257
257
                                                                      TCPA_SHA1_160_HASH_LEN))
258
258
                     == NULL) {
259
 
                        free_tspi(tspContext, pubBlob);
260
259
                        return TSPERR(TSS_E_OUTOFMEMORY);
261
260
                }
262
261