freebsd-ports/security/openssh/files/patch-key.c
Dirk Meyer 499707792a Merge PAM-changes from openssh currrent
Fix build with SKEY=yes, pr# 36119
Cleanup pw_expire handling.
Add missing includes
Changes defaults to: PermitRootLogin=no, UsePrivilegeSeparation=no
Use $PREFIX/etc/ssh for config, updating manpages too.
2002-06-24 21:13:06 +00:00

11 lines
189 B
C

--- key.c Mon Jun 24 20:46:53 2002
+++ key.c.orig Fri May 31 15:16:48 2002
@@ -368,7 +368,7 @@
return 0;
}
fprintf(f, " %s", buf);
- free(buf);
+ OPENSSL_free(buf);
return 1;
}