summaryrefslogtreecommitdiff
path: root/lib/x509/x509_write.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/x509/x509_write.c')
-rw-r--r--lib/x509/x509_write.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/x509/x509_write.c b/lib/x509/x509_write.c
index 7f6b2df4f6..eeeb128d9b 100644
--- a/lib/x509/x509_write.c
+++ b/lib/x509/x509_write.c
@@ -206,8 +206,7 @@ gnutls_x509_crt_set_version(gnutls_x509_crt_t crt, unsigned int version)
* @key: holds a private key
*
* This function will set the public parameters from the given
- * private key to the certificate. Only RSA keys are currently
- * supported.
+ * private key to the certificate.
*
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
* negative error value.