summaryrefslogtreecommitdiff
path: root/security/opencryptoki/files/patch-usr-lib-pkcs11-common-btree.c
blob: 99b2e72e83cdc6a1ad88ad9f946d59d08f6aef51 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- usr/lib/pkcs11/common/btree.c.orig	2016-04-29 17:26:45 UTC
+++ usr/lib/pkcs11/common/btree.c
@@ -30,7 +30,7 @@
 
 
 #include <stdio.h>
-#include <malloc.h>
+#include <stdlib.h>
 
 #include "pkcs11types.h"
 #include "local_types.h"