Your package libssh failed to build from source in current rawhide. https://koji.fedoraproject.org/koji/taskinfo?taskID=17671434 For details on mass rebuild see https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
Created attachment 1251032 [details] build.log
Created attachment 1251033 [details] root.log
Created attachment 1251034 [details] state.log
Incompatible with OpenSSL 1.1.0 /builddir/build/BUILD/libssh-0.7.4/src/libcrypto.c: In function 'evp': /builddir/build/BUILD/libssh-0.7.4/src/libcrypto.c:136:16: error: storage size of 'md' isn't known EVP_MD_CTX md; ^~ /builddir/build/BUILD/libssh-0.7.4/src/libcrypto.c:136:16: warning: unused variable 'md' [-Wunused-variable] /builddir/build/BUILD/libssh-0.7.4/src/libcrypto.c: In function 'evp_init': /builddir/build/BUILD/libssh-0.7.4/src/libcrypto.c:147:32: error: invalid application of 'sizeof' to incomplete type 'EVP_MD_CTX {aka struct evp_md_ctx_st}' EVPCTX ctx = malloc(sizeof(EVP_MD_CTX)); ^~~~~~~~~~
This bug appears to have been reported against 'rawhide' during the Fedora 26 development cycle. Changing version to '26'.
There are some commits in master branch to support 1.1.0 though.
In the meantime, libssh can/should use compat-openssl10 (I'll take the liberty of committing that now, and perhaps can keep this open to track openssl-1.1 support moving forward)
%changelog * Sat Mar 11 2017 Rex Dieter <rdieter> - 0.7.4-2 - BR: compat-openssl10-devel (f26+, #1423088) - use %%license - -devel: drop hardcoded pkgconfig dep (let autodeps handle it) - %%files: track library sonames, simplify -devel - %%install: use 'install/fast' target - .spec cosmetics, drop deprecated %%clean section