Hi Simon,

Okay, I'll take care in the future.
As I said, I'm new to libssh2 code...

JL



-----Message d'origine-----
De : Simon Josefsson [mailto:si...@josefsson.org] 
Envoyé : vendredi 27 mars 2009 12:28
À : libssh2 development
Objet : Re: RE : For the interested ones : 
libssh2_userauth_publickey_fromfileandlibssh2_userauth_hostbased_fromfile with 
no need of thepublickey file

"Jean-Louis CHARTON" <jean-louis.char...@oikialog.com> writes:

> Hi Mikhail
>
> The requested diff.

Hi!  Thanks for the patch.  You can't use OpenSSL specific functions or
data types outside of openssl.c/openssl.h.  Instead, you need to define
a new meta-function in openssl.h and gcrypt.h and call that in
userauth.c.  The OpenSSL specific code should go into openssl.{h,c}.
Think about making the meta-API generally implementable, so it can be
implemented for gcrypt as well.

/Simon

------------------------------------------------------------------------------
_______________________________________________
libssh2-devel mailing list
libssh2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libssh2-devel

------------------------------------------------------------------------------
_______________________________________________
libssh2-devel mailing list
libssh2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libssh2-devel

Reply via email to