Blame SOURCES/trousers-0.3.14-noinline.patch

7605a6
diff -ur trousers-0.3.15/src/include/tspps.h trousers-0.3.15-new/src/include/tspps.h
7605a6
--- trousers-0.3.15/src/include/tspps.h	2020-05-27 23:01:45.000000000 -0700
7605a6
+++ trousers-0.3.15-new/src/include/tspps.h	2020-11-06 17:46:53.796319788 -0700
64fd4e
@@ -18,8 +18,8 @@
64fd4e
 
64fd4e
 TSS_RESULT	   get_file(int *);
64fd4e
 int		   put_file(int);
64fd4e
-inline TSS_RESULT  read_data(int, void *, UINT32);
64fd4e
-inline TSS_RESULT  write_data(int, void *, UINT32);
7605a6
+TSS_RESULT  read_data(int, void *, UINT32);
7605a6
+TSS_RESULT  write_data(int, void *, UINT32);
64fd4e
 UINT32		   psfile_get_num_keys(int);
64fd4e
 TSS_RESULT	   psfile_get_parent_uuid_by_uuid(int, TSS_UUID *, TSS_UUID *);
64fd4e
 TSS_RESULT	   psfile_remove_key_by_uuid(int, TSS_UUID *);