diff options
| author | Andreas Schneider <mail@cynapses.org> | 2009-02-02 17:14:38 +0000 |
|---|---|---|
| committer | Andreas Schneider <mail@cynapses.org> | 2009-02-02 17:14:38 +0000 |
| commit | 81de36e923be647d6f9b1bc90688e5554070b2dc (patch) | |
| tree | 673d717dbbcfcb811a534addda672491809c98fb /include/libssh/libssh.h | |
| parent | a80ad5cbd34c0cc1ee8c2801e2d5e9d090f2b65f (diff) | |
| download | libssh-81de36e923be647d6f9b1bc90688e5554070b2dc.tar.gz libssh-81de36e923be647d6f9b1bc90688e5554070b2dc.tar.xz libssh-81de36e923be647d6f9b1bc90688e5554070b2dc.zip | |
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
Diffstat (limited to 'include/libssh/libssh.h')
| -rw-r--r-- | include/libssh/libssh.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index 21e832be..6e242114 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); |
