diff options
author | itojun <itojun> | 2002-06-26 07:44:38 +0000 |
---|---|---|
committer | itojun <itojun> | 2002-06-26 07:44:38 +0000 |
commit | 6237f14c410f35fc27fcd3463ea8042e79f49177 (patch) | |
tree | 95d9b9a5a4ddfac874baa0803a486305ccb05561 /security/openssh | |
parent | 8c8d26c14df53d2b6c0296734c6f40adc50dfbe1 (diff) | |
download | pkgsrc-6237f14c410f35fc27fcd3463ea8042e79f49177.tar.gz |
it works with openssl 0.9.5a
>(OpenSSL 0.9.5a is partially supported, but some ciphers (SSH protocol 1
>Blowfish included) do not work correctly.)
Diffstat (limited to 'security/openssh')
-rw-r--r-- | security/openssh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index e1f3eccac4b..ddfc33d7402 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.76 2002/06/25 06:43:50 jlam Exp $ +# $NetBSD: Makefile,v 1.77 2002/06/26 07:44:38 itojun Exp $ DISTNAME= openssh-3.3p1 PKGNAME= openssh-3.3.0.1 @@ -19,7 +19,7 @@ CONFLICTS+= ssh-[0-9]* ssh6-[0-9]* BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5 -USE_OPENSSL_VERSION= ${OPENSSL_VERSION_096} +#USE_OPENSSL_VERSION= ${OPENSSL_VERSION_096} CRYPTO= yes |