Opened 6 years ago

Last modified 4 years ago

#58123 closed defect

ruby-1.8.7 fails to build because asn1_mac.h was removed from libressl-devel — at Initial Version

Reported by: hakoyamah Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: haspatch Cc:
Port: ruby

Description

asn1_mac.h was removed from libressl-devel, so ruby-1.8.7 fails to build. Patches to use asn1.h may be a workaround.

-#include <openssl/asn1_mac.h> +#include <openssl/asn1.h>

Change History (0)

Note: See TracTickets for help on using tickets.