All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Burton, Ross" <ross.burton@intel.com>
To: Gary Thomas <gary@mlbassoc.com>
Cc: "yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Re: Debugging question
Date: Mon, 16 Jan 2017 10:40:38 +0000	[thread overview]
Message-ID: <CAJTo0La8uNRNx_O4x2AQ3sEZ3e4nK7z55yeHejiYu3L3CbE12g@mail.gmail.com> (raw)
In-Reply-To: <3fca46fa-5b89-4cd9-e363-22e6e728a0e4@mlbassoc.com>

[-- Attachment #1: Type: text/plain, Size: 593 bytes --]

On 16 January 2017 at 04:29, Gary Thomas <gary@mlbassoc.com> wrote:

> * Any ideas how upgrading the X server now calls into openssl?
>    I've bisected this error down to the change in the X server
>    recipe to v1.19 from v1.18.4
>

$ grep ssl *
xserver-xorg.inc:XORG_CRYPTO ??= "openssl"
xserver-xorg.inc:PACKAGECONFIG[openssl] = "--with-sha1=libcrypto,,openssl"

The X server took the reasonable approach of refusing to reimplement
cryptographic functions and instead relies on an external library, of which
openssl (well, libcrypto, part of openssl) is one option.

Ross

[-- Attachment #2: Type: text/html, Size: 1263 bytes --]

  reply	other threads:[~2017-01-16 10:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-16  4:29 Debugging question Gary Thomas
2017-01-16 10:40 ` Burton, Ross [this message]
2017-01-16 10:51   ` Gary Thomas
     [not found] <a45b57bd-6bf8-4bf1-1bf3-5228d43c12f1@mlbassoc.com>
2017-01-15 13:08 ` Gary Thomas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAJTo0La8uNRNx_O4x2AQ3sEZ3e4nK7z55yeHejiYu3L3CbE12g@mail.gmail.com \
    --to=ross.burton@intel.com \
    --cc=gary@mlbassoc.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.