diff options
author | rafan <rafan@FreeBSD.org> | 2007-06-18 18:47:54 +0000 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-06-18 18:47:54 +0000 |
commit | 5fd49d94d514996365cc95b400896a704ae030c4 (patch) | |
tree | 5507da4b38f3f8bf8ccfbac4440434c597b36c13 /secure/lib | |
parent | 2ef6e5b2f61d931e194f8fb313417dffa4e43ab7 (diff) | |
download | FreeBSD-src-5fd49d94d514996365cc95b400896a704ae030c4.zip FreeBSD-src-5fd49d94d514996365cc95b400896a704ae030c4.tar.gz |
- Bump share library version which were missed in last bump
Reported by: jhb
Discussed with: deischen, des, doubg, harti
Approved by: re (kensmith)
Diffstat (limited to 'secure/lib')
-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 738d10f..ec65f68 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 \ |