This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: can not find cygcrypt-0.dll


On Sep 23 11:20, Gerrit P. Haase wrote:
> I wonder why openssh requires crypt at all, since it is linked agianst
> openssl it shouldn't be needed (tm).

$ cygcheck /usr/sbin/sshd.exe
C:/cygwin/usr/sbin/sshd.exe
  C:\cygwin\bin\cygcrypt-0.dll
    C:\cygwin\bin\cygwin1.dll
      C:\WINDOWS\system32\ADVAPI32.DLL
        C:\WINDOWS\system32\ntdll.dll
        C:\WINDOWS\system32\KERNEL32.dll
        C:\WINDOWS\system32\RPCRT4.dll
  C:\cygwin\bin\cygcrypto-0.9.7.dll
  C:\cygwin\bin\cygz.dll

sshd uses the systems crypt(3) algorithm, not the openssl one's.
The reason is that crypt(3) is the algorithm used for password
authentication under 9x.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]