summaryrefslogtreecommitdiff
path: root/security/opencryptoki/files/patch-usr-lib-common-btree.c
blob: cb297e19006aa995a4aa64e2e0d59611a15d63c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- usr/lib/common/btree.c.orig	2018-11-16 14:53:03 UTC
+++ usr/lib/common/btree.c
@@ -18,7 +18,7 @@
 
 
 #include <stdio.h>
-#include <malloc.h>
+#include <stdlib.h>
 
 #include "pkcs11types.h"
 #include "local_types.h"