]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
x509: Remove misleading comments
authorSamuel Zeter <samuelzeter@gmail.com>
Thu, 2 Oct 2025 15:20:58 +0000 (01:20 +1000)
committerDaiki Ueno <ueno@gnu.org>
Mon, 6 Oct 2025 09:54:39 +0000 (18:54 +0900)
These comments were originally from an old function called
check_schema() which has since been removed.

Signed-off-by: Samuel Zeter <samuelzeter@gmail.com>
lib/x509/privkey_pkcs8.c

index ec18fa8c48fa7da0174e0af2280eb4de9f9eb363..5d18e6685e4974ea957f55238ef80b0815e61ccf 100644 (file)
@@ -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.