mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
upstream has been completely unresponsive for years. - While here, rebuild patches using current naming conventions - Trim Makefile headers PR: 165312 Submitted by: Anatoly Borodin
14 lines
217 B
C
14 lines
217 B
C
|
|
$FreeBSD$
|
|
|
|
--- apg.c.orig
|
|
+++ apg.c
|
|
@@ -709,7 +709,7 @@
|
|
*/
|
|
char * crypt_passstring (const char *p)
|
|
{
|
|
- char salt[10];
|
|
+ char salt[11];
|
|
gen_rand_pass (salt, 10, 10, S_SL|S_CL|S_NB);
|
|
return (crypt(p, salt));
|
|
}
|