diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/usr.bin/openssl/certhash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr.bin/openssl/certhash.c b/src/usr.bin/openssl/certhash.c index a53ffe2053..77e641cef5 100644 --- a/src/usr.bin/openssl/certhash.c +++ b/src/usr.bin/openssl/certhash.c | |||
| @@ -474,7 +474,7 @@ static int | |||
| 474 | certhash_link(struct dirent *dep, struct hashinfo **links) | 474 | certhash_link(struct dirent *dep, struct hashinfo **links) |
| 475 | { | 475 | { |
| 476 | struct hashinfo *hi = NULL; | 476 | struct hashinfo *hi = NULL; |
| 477 | char target[MAXPATHLEN]; | 477 | char target[PATH_MAX]; |
| 478 | struct stat sb; | 478 | struct stat sb; |
| 479 | int n; | 479 | int n; |
| 480 | 480 | ||
