From: Samuel Zeter Date: Thu, 2 Oct 2025 15:20:58 +0000 (+1000) Subject: x509: Remove misleading comments X-Git-Tag: 3.8.11~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a10d0e81a490b8bac45bc07b7c85370ef4ce0c8;p=thirdparty%2Fgnutls.git x509: Remove misleading comments These comments were originally from an old function called check_schema() which has since been removed. Signed-off-by: Samuel Zeter --- diff --git a/lib/x509/privkey_pkcs8.c b/lib/x509/privkey_pkcs8.c index ec18fa8c48..5d18e6685e 100644 --- a/lib/x509/privkey_pkcs8.c +++ b/lib/x509/privkey_pkcs8.c @@ -166,9 +166,6 @@ cleanup: return ret; } -/* Returns a negative error code if the encryption schema in - * the OID is not supported. The schema ID is returned. - */ /* Encodes a private key to the raw format PKCS #8 needs. * For RSA it is a PKCS #1 DER private key and for DSA it is * an ASN.1 INTEGER of the x value.