so I haven't played with fedora in some time.
yum install openssl
if installed, you need to make a system link pointing the version of libssl.so.x.x.x you have installed to link/point to libssl.so.1.0.0
example
ln -s /usr/lib/libssl.so.10 /usr/lib/libssl.so.1.0.0
NOT sure the lib directory for fedora either... might be /usr/lib64 you'll need to check and verify this.
Then back to fritzing directory
sh Fritzing
Good luck!