aboutsummaryrefslogtreecommitdiff
path: root/doc/introduction.dox
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-08-28 13:17:39 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-08-28 13:17:39 +0200
commit9379a93c989178cf7967da84b6fa26632c4b0e5d (patch)
tree6568acd7ad60ffc7ed48f4ab5c160b8e1477e7d3 /doc/introduction.dox
parent21875bc71e6f5e772aaa4ef52e7da0930ecd60a4 (diff)
downloadlibssh-9379a93c989178cf7967da84b6fa26632c4b0e5d.tar.gz
libssh-9379a93c989178cf7967da84b6fa26632c4b0e5d.tar.xz
libssh-9379a93c989178cf7967da84b6fa26632c4b0e5d.zip
doc: Fix some doxygen latex warnings.
Diffstat (limited to 'doc/introduction.dox')
-rw-r--r--doc/introduction.dox5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/introduction.dox b/doc/introduction.dox
index 21b501de..cd786497 100644
--- a/doc/introduction.dox
+++ b/doc/introduction.dox
@@ -14,9 +14,8 @@ libssh is a Free Software / Open Source project. The libssh library
is distributed under LGPL license. The libssh project has nothing to do with
"libssh2", which is a completly different and independant project.
-libssh can run on top of either libgcrypt (http://directory.fsf.org/project/libgcrypt/)
-or libcrypto (http://www.openssl.org/docs/crypto/crypto.html), two general-purpose
-cryptographic libraries.
+libssh can run on top of either libgcrypt or libcrypto,
+two general-purpose cryptographic libraries.
This tutorial concentrates for its main part on the "client" side of libssh.
To learn how to accept incoming SSH connexions (how to write a SSH server),