diff options
author | itojun <itojun@pkgsrc.org> | 2002-06-26 07:44:38 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2002-06-26 07:44:38 +0000 |
commit | 21d8d8f90b94a73a2379b8af20da3d595bca136b (patch) | |
tree | 95d9b9a5a4ddfac874baa0803a486305ccb05561 /security | |
parent | f28de2b4adcdb7dafe39fa618655c5b636ca1296 (diff) | |
download | pkgsrc-21d8d8f90b94a73a2379b8af20da3d595bca136b.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')
-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 |