diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2015-09-22 17:47:09 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2015-09-22 17:47:09 +0200 |
commit | 2aa707c6ac033eab6a36f686b6c90f47a5e32691 (patch) | |
tree | 19cfe3521e1f878a55d695f2d5592cc23ca8bec4 /crypto/x509/x_x509.c | |
parent | make depend (diff) | |
download | openssl-2aa707c6ac033eab6a36f686b6c90f47a5e32691.tar.xz openssl-2aa707c6ac033eab6a36f686b6c90f47a5e32691.zip |
Fix path in comments
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/x509/x_x509.c')
-rw-r--r-- | crypto/x509/x_x509.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. * |