randombit / botan

Cryptography Toolkit
https://botan.randombit.net
BSD 2-Clause "Simplified" License
2.59k stars 570 forks source link

The --enable-module=“jitter_rng” parameter #4426

Closed wendig0x closed 2 weeks ago

wendig0x commented 2 weeks ago

The --enable-module=“jitter_rng” parameter is missing from the configure.py script

reneme commented 2 weeks ago

I guess you're referring to the documentation, stating that jitter_rng needs a specific module to be activated.

This is a typo, it should say --enable-modules=jitter_rng. In plural, because this takes a comma-separated list of modules to be enabled.

Thanks for reporting!