aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/x509/pkix/pkix.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/x509/pkix/pkix.go')
-rw-r--r--src/crypto/x509/pkix/pkix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/x509/pkix/pkix.go b/src/crypto/x509/pkix/pkix.go
index 7b32220b74..3cc4d587e3 100644
--- a/src/crypto/x509/pkix/pkix.go
+++ b/src/crypto/x509/pkix/pkix.go
@@ -95,7 +95,7 @@ func (r RDNSequence) String() string {
type RelativeDistinguishedNameSET []AttributeTypeAndValue
// AttributeTypeAndValue mirrors the ASN.1 structure of the same name in
-// http://tools.ietf.org/html/rfc5280#section-4.1.2.4
+// https://tools.ietf.org/html/rfc5280#section-4.1.2.4
type AttributeTypeAndValue struct {
Type asn1.ObjectIdentifier
Value interface{}