[Bug 1437] OpenSSL engine support not enabled

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Tue Feb 26 06:18:24 EST 2008


https://bugzilla.mindrot.org/show_bug.cgi?id=1437


Tim Rice <tim at multitalents.net> changed:

           What    |Removed                     |Added                       
----------------------------------------------------------------------------
                 CC|                            |tim at multitalents.net        




--- Comment #4 from Tim Rice <tim at multitalents.net>  2008-02-26 06:18:21 ---
(In reply to comment #3)
> Patch applied and will be in 4.8.  Thanks.

The patch broke UnixWare. Here is a snip from the build log
(cd openbsd-compat && gmake)
gmake[1]: Entering directory
`/usr/local/src/networking/openssh/openbsd-compat'
cc -g  -I. -I.. -I/opt/src/networking/openssh/openssh/openbsd-compat
-I/opt/src/networking/openssh/openssh/openbsd-compat/.. 
-I/usr/local/include -DHAVE_CONFIG_H -c
/opt/src/networking/openssh/openssh/openbsd-compat/xcrypt.c
UX:acomp: ERROR: "/usr/include/crypt.h", line 38: Syntax error before
or at: (
UX:acomp: ERROR: "/usr/include/crypt.h", line 38: Syntax error before
or at: const
UX:acomp: ERROR: "/usr/include/crypt.h", line 38: Syntax error before
or at: )
UX:acomp: WARNING: "/usr/include/crypt.h", line 38: syntax error: 
empty declaration
UX:acomp: WARNING:
"/opt/src/networking/openssh/openssh/openbsd-compat/xcrypt.c", line
116: statement not reached
gmake[1]: *** [xcrypt.o] Error 1

And a snip from /usr/include/crypt.h with line numbers
37:extern int   crypt_close(int *);
38:extern char  *des_crypt(const char *, const char *);
39:extern void  des_encrypt(char *, int);

I haven't tracked down a fix yet and probably will not have time untill
the weekend.

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list