Opened 5 years ago

Last modified 5 years ago

#57928 closed defect

asn1_mac.h was removed from libressl-devel — at Version 3

Reported by: hakoyamah Owned by: jeremyhu (Jeremy Huddleston Sequoia)
Priority: Normal Milestone:
Component: ports Version: 2.5.4
Keywords: Cc: hakoyamah
Port: libressl-devel

Description (last modified by mf2k (Frank Schima))

asn1_mac.h was removed from libressl-devel, so some ports (e.g., ruby @1.8.7 and kerberos5) fail to build. Patches to use asn1.h may be a workaround.

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

Change History (3)

comment:1 Changed 5 years ago by hakoyamah

Cc: hakoyamah added

comment:2 Changed 5 years ago by mf2k (Frank Schima)

In the future, please use WikiFormatting, fill in the Port field and add the port maintainer(s) to Cc (port info --maintainers libressl-devel), if any.

comment:3 Changed 5 years ago by mf2k (Frank Schima)

Description: modified (diff)
Keywords: libressl-devel removed
Owner: set to jeremyhu
Port: libressl-devel added
Status: newassigned
Note: See TracTickets for help on using tickets.