Commit 159cbf3cc1 for openssl.org
commit 159cbf3cc120deb2f2167ed318029879d22e2794
Author: Eugene Syromiatnikov <esyr@openssl.org>
Date: Mon Aug 31 17:21:07 2026 +0200
doc/man3/EVP_PKEY_get_size.pod: remove stray ">" from HTML table formatting
There is a stray closing angle bracket in HTML-specific formatting
of the security levels table, remove it.
Fixes: 73188a01bd99 "doc: document EVP_PKEY_get_security_category function"
Signed-off-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Merge-date: Thu Sep 3 06:40:16 2026
Merged-from: https://github.com/openssl/openssl/pull/32623
diff --git a/doc/man3/EVP_PKEY_get_size.pod b/doc/man3/EVP_PKEY_get_size.pod
index f7ec7c5f84..2efb16b3ba 100644
--- a/doc/man3/EVP_PKEY_get_size.pod
+++ b/doc/man3/EVP_PKEY_get_size.pod
@@ -143,7 +143,7 @@ _
=begin html
<table>
-<tr><th>Security Category</th><th>Attack Type</th>></tr>
+<tr><th>Security Category</th><th>Attack Type</th></tr>
<tr><td>0</td><td>Weak</td></tr>
<tr><td>1</td><td>Key search on a block cipher with a 128-bit key</td></tr>
<tr><td>2</td><td>Collision search on a 256-bit hash function</td></tr>