Menu

#15 Avoid implicit ints in mcrypt_symb.c for C99 compatibility

Unstable_(example)
open
nobody
None
1
2023-12-15
2023-02-07
No

The generated declarations in mcrypt_symb.c do not have return type, and C99 removed implicit ints like these.

The patch is still not quite the right thing because the function signatures do not match the definitions (and building in LTO mode detects this). But at least the compilation errors are gone.

Related to:

1 Attachments

Discussion

  • Florian Weimer

    Florian Weimer - 2023-12-15

    Updated patch with another fix for the 3-DES code.

     
  • Florian Weimer

    Florian Weimer - 2023-12-15

    And this one fixes errors in the configure probes that were flagged in our tester.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.