summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/OpenSSL/crypto.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OpenSSL/crypto.py b/src/OpenSSL/crypto.py
index ff1fd08..d6ef67e 100644
--- a/src/OpenSSL/crypto.py
+++ b/src/OpenSSL/crypto.py
@@ -974,7 +974,7 @@ class X509Req:
def set_version(self, version: int) -> None:
"""
- Set the version subfield (RFC 2459, section 4.1.2.1) of the certificate
+ Set the version subfield (RFC 2986, section 4.1) of the certificate
request.
:param int version: The version number.