commit:     27c49cbb0ec3fdbfe5c49c380e952cd1b68ae040
Author:     orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Fri Jun 13 04:58:34 2025 +0000
Commit:     orbea <orbea <AT> riseup <DOT> net>
CommitDate: Fri Jun 13 04:58:34 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=27c49cbb

net-analyzer/nmap: fix patch

Signed-off-by: orbea <orbea <AT> riseup.net>

 net-analyzer/nmap/files/nmap-7.95-libressl.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nmap/files/nmap-7.95-libressl.patch 
b/net-analyzer/nmap/files/nmap-7.95-libressl.patch
index 4a0790a..8a747ea 100644
--- a/net-analyzer/nmap/files/nmap-7.95-libressl.patch
+++ b/net-analyzer/nmap/files/nmap-7.95-libressl.patch
@@ -71,7 +71,7 @@ index 8a3a1fe..5a03574 100644
      /* According to RFC 5480 section 2.1.1, explicit curves must not be used 
with
         X.509. This may change in the future, but for now it doesn't seem 
worth it
         to add in code to extract the extra parameters. */
-+#if !defined(LIBRESSL_VERSION_NUMBER) || LIBRESSL_VERSION_NUMBER < 0x4000000fL
++#if !defined(LIBRESSL_VERSION_NUMBER) || LIBRESSL_VERSION_NUMBER < 0x4010000fL
      nid = EC_METHOD_get_field_type(EC_GROUP_method_of(group));
      if (nid == NID_X9_62_prime_field) {
        lua_pushstring(L, "explicit_prime");

Reply via email to