Is it possible to compile kQOAuth [1] with ssh2 by using openssl, as it always 
comes to conflict between compat-openssl10 and openssl. 
I have already searched in the sources of kqoauth for the places where ssl is 
referenced.

$ grep -r ssl *

kqoauthutils.cpp:#include <openssl/pem.h>
kqoauthutils.cpp:#include <openssl/err.h>
kqoauthutils.cpp:#include <openssl/ssl.h>
kqoauthutils.cpp:#include <openssl/evp.h>
kqoauthutils.h:#include <openssl/rsa.h>
Makefile:LIBS          = $(SUBLIBS) -lssl -lcrypto -lQt5Gui -lQt5Network 
-lQt5Core -lGL -lpthread 
src.pro:LIBS += -lssl -lcrypto

i tink it isn't enough only to replace -lssl with -lssh2

[1] 
http://pkgs.fedoraproject.org/cgit/rpms/kqoauth-qt5.git/tree/kqoauth-qt5.spec

Have somebody a idea ?
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Reply via email to