Mailing List Archive

[Bug 1437] OpenSSL engine support not enabled
https://bugzilla.mindrot.org/show_bug.cgi?id=1437


Darren Tucker <dtucker@zip.com.au> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED




--- Comment #3 from Darren Tucker <dtucker@zip.com.au> 2008-02-25 21:14:15 ---
Patch applied and will be in 4.8. Thanks.

--
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.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 1437] OpenSSL engine support not enabled [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=1437


Tim Rice <tim@multitalents.net> changed:

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




--- Comment #4 from Tim Rice <tim@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.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 1437] OpenSSL engine support not enabled [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=1437





--- Comment #5 from Darren Tucker <dtucker@zip.com.au> 2008-02-28 14:07:03 ---
BTW I see a very similar error from Solaris 8.

--
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.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 1437] OpenSSL engine support not enabled [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=1437





--- Comment #6 from Darren Tucker <dtucker@zip.com.au> 2008-02-28 18:20:09 ---
Created an attachment (id=1458)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=1458)
refix openssl engine support

It looks like some versions of OpenSSL have SSLeay_add_all_algorithms
as a macro, so attempting to define them before the openssl headers is
doomed to failure. I think this is the way to go...

--
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.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 1437] OpenSSL engine support not enabled [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=1437


Darren Tucker <dtucker@zip.com.au> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED




--- Comment #7 from Darren Tucker <dtucker@zip.com.au> 2008-02-28 22:01:37 ---
Patch #1458 tests OK on Solaris and has been committed, so I believe
this is now resolved. Please reopen if his is not the case.

--
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.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs