X-Sender: sayuri@pop.terisa.com Date: Wed, 30 Jul 1997 12:59:48 -0700 From: Sayuri Nishimura Subject: SETREF v1.0 patch, patch-setref-19970730-1.0 Enclosed at the end of this message is a patch for SETREF v1.0 that fixes a bug introduced in the patch patch-setref-19970716-1.0. Please apply this patch after you apply the patch 19970716. Regards, sayuri %%%%%%%%%%%%patch-setref-19970730-1.0%%%%%%%%%%%%%%%%%%%% Patch Number: 19970730 Patches Version: 1.0 Prerequisites: 19970716 Comments: This fixes the type of CARDSECRET to asn__octet_string. diff -r -c /prod/ship/set/v1_0/build/sunos413/setref/demo/src/demo.c ./demo/src/demo.c *** //prod/ship/set/v1_0/build/sunos413/setref/demo/src/demo.c Fri Jul 25 12:07:48 1997 --- ./demo/src/demo.c Wed Jul 30 11:32:48 1997 *************** *** 164,170 **** static char *MERCHANTID = "MerchantID"; static int REGFORMID = 56789; static char *CARDEXPIRY = "199901"; ! static char *CARDSECRET = "cardsecretcardsecret"; static char *PANSECRET = "pansecretpansecretpa"; static int ERROR = 1; /* "unspecifiedFailure" */ --- 164,170 ---- static char *MERCHANTID = "MerchantID"; static int REGFORMID = 56789; static char *CARDEXPIRY = "199901"; ! static asn__octet_string CARDSECRET = {20, "cardsecretcardsecret"}; static char *PANSECRET = "pansecretpansecretpa"; static int ERROR = 1; /* "unspecifiedFailure" */