On Tue, 5 Mar 2024, Chris Rapier wrote: > On my test systems: > > Ubuntu 22.04 with GCC 11.4 and OpenSSL 3.0.2 on AMD: PASS > Fedora 39 with GCC 12.3.1 and OpenSSL 3.0.9 on Intel: PASS > OS X 14.3.1 with clang 15.0.0 on Apple M2 (--without-openssl): FAIL > > The failure is with "make tests" specifically when it runs > /Users/rapier/openssh-portable/ssh-keygen -if > /Users/rapier/openssh-portable/regress/rsa_ssh2.prv | diff - > /Users/rapier/openssh-portable/regress/rsa_openssh.prv > key conversion disabled at compile time > 0a1,15 > > -----BEGIN RSA PRIVATE KEY----- > > // elided // > > -----END RSA PRIVATE KEY----- > make[1]: *** [t1] Error 1 > > Make t-exec, in contrast, does pass all tests. I'm seeing the same behaviour > on Ubuntu 22.04 if I use --without-openssl so I'm guessing this is expected > behaviour. Thanks, I just committed a fix for this. -d _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@xxxxxxxxxxx https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev