summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-key.c
blob: 27d8a2ac3f8fac3169475c5d4ab81a574297f278 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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;
 }