diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-06-18 18:47:54 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-06-18 18:47:54 +0000 |
commit | 27cfc42fc526d7b288e692272680ff13f1fd5676 (patch) | |
tree | 5507da4b38f3f8bf8ccfbac4440434c597b36c13 /secure | |
parent | d38f7b62af73e14399718bb3260cd01c26f3bd4a (diff) | |
download | src-27cfc42fc526d7b288e692272680ff13f1fd5676.tar.gz src-27cfc42fc526d7b288e692272680ff13f1fd5676.zip |
Notes
Diffstat (limited to 'secure')
-rw-r--r-- | secure/lib/libssh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index 738d10f7fb4a..ec65f68361c4 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -3,7 +3,7 @@ .include <bsd.own.mk> LIB= ssh -SHLIB_MAJOR= 3 +SHLIB_MAJOR= 4 SRCS= acss.c authfd.c authfile.c bufaux.c bufbn.c buffer.c \ canohost.c channels.c cipher.c cipher-acss.c cipher-aes.c \ cipher-bf1.c cipher-ctr.c cipher-3des1.c cleanup.c \ |