Exclude key conversion options from usage when built without OpenSSL
authordtucker <dtucker@openbsd.org>
Sat, 24 Jul 2021 02:08:13 +0000 (02:08 +0000)
committerdtucker <dtucker@openbsd.org>
Sat, 24 Jul 2021 02:08:13 +0000 (02:08 +0000)
commit8284359fe76818f877bba282200e431f421e0ee2
tree3c9f1ed4c2d7321fa5774562bf0de937714a3dc2
parenta2913d8937672a42db79c4ea30497ad112c77585
Exclude key conversion options from usage when built without OpenSSL
since those are not available, similar to what we currently do with
the moduli screening options.  We can also use this to skip the
conversion regression tests in this case.
usr.bin/ssh/ssh-keygen.c