Archived

This forum has been archived. Please start a new discussion on GitHub.

Patch for building against newer openssl

Fedora has openssl-1.0.0 (beta 4). To build against this, the attached patch is required. Note: despite the filename, this patch is also needed (and applies cleanly) against Ice 3.4.0.

Sorry for not posting this here sooner,

MEF

Comments

  • It is more elegant and efficient to observe that the Ice code merely inspects the cipher pointer. It is therefore perfectly good practice to const the pointer unconditionally.

    See attachment.

    Cheers,

    Phil