=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/certhash.c,v retrieving revision 1.10 retrieving revision 1.11 diff -c -r1.10 -r1.11 *** src/usr.bin/openssl/certhash.c 2015/08/22 16:36:05 1.10 --- src/usr.bin/openssl/certhash.c 2015/10/02 18:05:07 1.11 *************** *** 474,480 **** certhash_link(struct dirent *dep, struct hashinfo **links) { struct hashinfo *hi = NULL; ! char target[MAXPATHLEN]; struct stat sb; int n; --- 474,480 ---- certhash_link(struct dirent *dep, struct hashinfo **links) { struct hashinfo *hi = NULL; ! char target[PATH_MAX]; struct stat sb; int n;