1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-29 01:03:57 +03:00

added the gcrypt patch (without gcrypt as default library).

still needs tests.


git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@38 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
Aris Adamantiadis
2005-10-04 22:11:19 +00:00
parent c0525750fd
commit 5f7c84f900
29 changed files with 1338 additions and 187 deletions

View File

@@ -24,6 +24,7 @@ MA 02111-1307, USA. */
#include <libssh/server.h>
#include <unistd.h>
#include <string.h>
#include <stdio.h>
int auth_password(char *user, char *password){
if(strcmp(user,"aris"))