Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 635264 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/mcrypt.c (-1 / +3 lines)
Lines 361-366 int main(int argc, char **argv) Link Here
361
   }
361
   }
362
362
363
   if (info.mode != NULL) {
363
   if (info.mode != NULL) {
364
       if( info.openpgp != 0 ) {
365
           err_quit(_("Specifying mode with openpgp is not supported.\n"));
366
       }
364
      mode = strdup(info.mode);
367
      mode = strdup(info.mode);
365
      mcrypt_tolow( mode, strlen(mode));
368
      mcrypt_tolow( mode, strlen(mode));
366
   } else {
369
   } else {
367
- 

Return to bug 635264