how to replace ssl with ssh2 in kqoauth

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]
  Powered by Linux