Changes between Initial Version and Version 3 of Ticket #57928


Ignore:
Timestamp:
Jan 19, 2019, 5:44:28 PM (5 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57928

    • Property Status changed from new to assigned
    • Property Cc hakoyamah added
    • Property Owner set to jeremyhu
    • Property Keywords libressl-devel removed
    • Property Port libressl-devel added
  • Ticket #57928 – Description

    initial v3  
    11asn1_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.
    2 
     2{{{
    33-#include <openssl/asn1_mac.h>
    44+#include <openssl/asn1.h>
    5 
     5}}}