James Morris <[email protected]> wrote: > Perhaps I'm missing something here but why do you need the gotos vs. just > breaking to this code?
Because at some point we might add support for some other public key algorithm, such as EC. This makes it clearer that that piece of code is specific to a certain set of algorithm identifiers. David

