From: Dr. Stephen Henson Date: Tue, 22 Sep 2015 15:47:09 +0000 (+0100) Subject: Fix path in comments X-Git-Tag: OpenSSL_1_1_0-pre1~547 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2aa707c6ac033eab6a36f686b6c90f47a5e32691;p=oweals%2Fopenssl.git Fix path in comments Reviewed-by: Rich Salz --- diff --git a/crypto/x509/t_req.c b/crypto/x509/t_req.c index 80611b15d7..5eea8b9c88 100644 --- a/crypto/x509/t_req.c +++ b/crypto/x509/t_req.c @@ -1,4 +1,4 @@ -/* crypto/asn1/t_req.c */ +/* crypto/x509/t_req.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/x509/t_x509.c b/crypto/x509/t_x509.c index 5fcff5f4da..b4d7a3e0dc 100644 --- a/crypto/x509/t_x509.c +++ b/crypto/x509/t_x509.c @@ -1,4 +1,4 @@ -/* crypto/asn1/t_x509.c */ +/* crypto/x509/t_x509.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/x509/x_attrib.c b/crypto/x509/x_attrib.c index 65fd6e50ab..3eeec444a7 100644 --- a/crypto/x509/x_attrib.c +++ b/crypto/x509/x_attrib.c @@ -1,4 +1,4 @@ -/* crypto/asn1/x_attrib.c */ +/* crypto/x509/x_attrib.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/x509/x_crl.c b/crypto/x509/x_crl.c index 851b045e43..c8889d1c25 100644 --- a/crypto/x509/x_crl.c +++ b/crypto/x509/x_crl.c @@ -1,4 +1,4 @@ -/* crypto/asn1/x_crl.c */ +/* crypto/x509/x_crl.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/x509/x_name.c b/crypto/x509/x_name.c index 1a2daaaca5..f52b91f06f 100644 --- a/crypto/x509/x_name.c +++ b/crypto/x509/x_name.c @@ -1,4 +1,4 @@ -/* crypto/asn1/x_name.c */ +/* crypto/x509/x_name.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/x509/x_req.c b/crypto/x509/x_req.c index b2d14e7223..fcf59048a5 100644 --- a/crypto/x509/x_req.c +++ b/crypto/x509/x_req.c @@ -1,4 +1,4 @@ -/* crypto/asn1/x_req.c */ +/* crypto/x509/x_req.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/crypto/x509/x_x509.c b/crypto/x509/x_x509.c index 112e63c4b6..d775eeb162 100644 --- a/crypto/x509/x_x509.c +++ b/crypto/x509/x_x509.c @@ -1,4 +1,4 @@ -/* crypto/asn1/x_x509.c */ +/* crypto/x509/x_x509.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. *