From 81de36e923be647d6f9b1bc90688e5554070b2dc Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 2 Feb 2009 17:14:38 +0000 Subject: Moved ssh_crypto_init to priv.h file and added a note. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@223 7dcaeef0-15fb-0310-b436-a5af3365683c --- include/libssh/libssh.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/libssh/libssh.h') diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index 21e832b..6e24211 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -200,9 +200,6 @@ void string_burn(STRING *str); void *string_data(STRING *str); void string_free(STRING *str); -/* deprecated */ -void ssh_crypto_init(void); - /* useful for debug */ void ssh_print_hexa(char *descr, const unsigned char *what, int len); int ssh_get_random(void *where,int len,int strong); -- cgit