/[winpt]/trunk/MyGPGME/genkey.c
ViewVC logotype

Diff of /trunk/MyGPGME/genkey.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 16 by twoaday, Mon Apr 4 07:01:43 2005 UTC revision 17 by twoaday, Fri May 20 08:38:32 2005 UTC
# Line 143  gpgme_op_genkey_start( gpgme_ctx_t c, co Line 143  gpgme_op_genkey_start( gpgme_ctx_t c, co
143            
144      if( (parms = strstr (parms, "<GnupgKeyParms " )) != NULL      if( (parms = strstr (parms, "<GnupgKeyParms " )) != NULL
145           && (s = strchr (parms, '>')) != NULL           && (s = strchr (parms, '>')) != NULL
146           && (sx = strstr( parms, "format=\"internal\"" ))           && (sx = strstr( parms, "format=\"internal\"" )) != NULL
147           && sx < s           && sx < s
148           && (s2 = strstr( s+1, "</GnupgKeyParms>" )) != NULL) {           && (s2 = strstr( s+1, "</GnupgKeyParms>" )) != NULL) {
149          /* fixme: check that there are no control statements inside */          /* fixme: check that there are no control statements inside */

Legend:
Removed from v.16  
changed lines
  Added in v.17

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26