patch: autoconf for OPENSSL_NO_SSL2

WD
Walter Doekes
Sat, Aug 16, 2014 8:37 PM

Hi,

in https://issues.asterisk.org/jira/browse/ASTERISK-23711 we've observed
that certain people have trouble compiling pjproject. Apparently in that
case, it was due to OPENSSL_NO_SSL2 not being automatically defined.

See attached patch against trunk that should make the aconfigure script
autodetect the lack of the SSLv2 methods.

See also http://trac.pjsip.org/repos/ticket/1321
where the problem was initially fixed.

Cheers,
Walter Doekes

P.S. Is this the proper path to a bug report / patch? I generally come
across web based bug trackers.

Hi, in https://issues.asterisk.org/jira/browse/ASTERISK-23711 we've observed that certain people have trouble compiling pjproject. Apparently in that case, it was due to OPENSSL_NO_SSL2 not being automatically defined. See attached patch against trunk that should make the aconfigure script autodetect the lack of the SSLv2 methods. See also http://trac.pjsip.org/repos/ticket/1321 where the problem was initially fixed. Cheers, Walter Doekes P.S. Is this the proper path to a bug report / patch? I generally come across web based bug trackers.
M
Ming
Tue, Aug 19, 2014 2:21 AM

Hi Walter,

You're on the right path. Thanks for the report and patch. We have
committed it in r4892 (https://trac.pjsip.org/repos/ticket/1751#comment:36).

Regards,
Ming

On Sun, Aug 17, 2014 at 4:37 AM, Walter Doekes walter+pjsip@wjd.nu wrote:

Hi,

in https://issues.asterisk.org/jira/browse/ASTERISK-23711 we've observed
that certain people have trouble compiling pjproject. Apparently in that
case, it was due to OPENSSL_NO_SSL2 not being automatically defined.

See attached patch against trunk that should make the aconfigure script
autodetect the lack of the SSLv2 methods.

See also http://trac.pjsip.org/repos/ticket/1321
where the problem was initially fixed.

Cheers,
Walter Doekes

P.S. Is this the proper path to a bug report / patch? I generally come
across web based bug trackers.


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Hi Walter, You're on the right path. Thanks for the report and patch. We have committed it in r4892 (https://trac.pjsip.org/repos/ticket/1751#comment:36). Regards, Ming On Sun, Aug 17, 2014 at 4:37 AM, Walter Doekes <walter+pjsip@wjd.nu> wrote: > Hi, > > in https://issues.asterisk.org/jira/browse/ASTERISK-23711 we've observed > that certain people have trouble compiling pjproject. Apparently in that > case, it was due to OPENSSL_NO_SSL2 not being automatically defined. > > See attached patch against trunk that should make the aconfigure script > autodetect the lack of the SSLv2 methods. > > See also http://trac.pjsip.org/repos/ticket/1321 > where the problem was initially fixed. > > Cheers, > Walter Doekes > > P.S. Is this the proper path to a bug report / patch? I generally come > across web based bug trackers. > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >