You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It means that LibreSSL dependencies using these APIs are now affected by __FILE__ and __LINE__ containing private/local paths and also broken
reproducibility unless built with OPENSSL_NO_FILENAMES, like LibreSSL itself.
I expected OPENSSL_NO_FILENAMES to be a private macro, and LibreSSL
public headers not use to __FILE__ (and __LINE__).