summaryrefslogtreecommitdiffstats
path: root/include/libssh/libssh.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh/libssh.h')
-rw-r--r--include/libssh/libssh.h3
1 files changed, 0 insertions, 3 deletions
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);