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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2aa707c6ac033eab6a36f686b6c90f47a5e32691;p=thirdparty%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 80611b15d72..5eea8b9c88c 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 5fcff5f4daf..b4d7a3e0dc6 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 65fd6e50abc..3eeec444a71 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 851b045e438..c8889d1c25a 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 1a2daaaca5e..f52b91f06f1 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 b2d14e72235..fcf59048a51 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 112e63c4b6e..d775eeb162a 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. *