~ubuntu-branches/ubuntu/saucy/osptoolkit/saucy-proposed

« back to all changes in this revision

Viewing changes to src/ospasn1.c

  • Committer: Bazaar Package Importer
  • Author(s): TransNexus, Inc.
  • Date: 2007-12-30 20:37:26 UTC
  • Revision ID: james.westby@ubuntu.com-20071230203726-dnec7rq6xf7ppoyl
Tags: 3.4.2-1
* Initial Release (Closes: Bug#468110).
* Added a new Makefile under the main directory to generate the packages.
* Modified bad OSPC_OSNULL statements to avoid compile warning messages.
* Modified char to const char to avoid compile warning messages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
318
318
                errorcode = OSPC_ERR_ASN1_INVALID_ELEMENT_TAG;
319
319
                sprintf(msg, "Invalid ASN1 element tag: %02x at %06d", 
320
320
                    eInfo->Tag, 
321
 
                    ((int ) eptr - (int) (ospvASN1Element))) ;
 
321
                    (int)(eptr - ospvASN1Element));
322
322
                OSPM_DBGERRORLOG(errorcode, msg);
323
323
                sprintf(msg, "ERROR:ElementDecode - Tag=%0x", eInfo->Tag);  
324
324