--- trunk/Src/wptGPG.cpp 2005/11/02 11:29:44 57 +++ trunk/Src/wptGPG.cpp 2005/11/02 13:36:03 58 @@ -170,6 +170,8 @@ /* Return the full path (with the gpg exe name). First the registry is scanned for the entry 'gpgProgram'. If it wasn't set, the default path is the appended string 'gpg.exe' is used. */ + +/* FIXME: Use gpgme's engine info here. */ char* get_gnupg_prog (void) { @@ -358,6 +360,8 @@ gpgme_release (ctx); return rc; } + + /* FIXME: This check is wrong! */ if (major < *r_major || minor < *r_minor) rc = 1; else {