]> git.pld-linux.org Git - packages/trousers.git/blob - no_inline.patch
rebuild with openssl 3.0.0
[packages/trousers.git] / no_inline.patch
1 --- trousers-0.3.13.orig/src/include/tspps.h    2014-04-24 20:05:44.000000000 +0200
2 +++ trousers-0.3.13/src/include/tspps.h 2016-09-27 14:38:43.000000000 +0200
3 @@ -18,8 +18,8 @@
4  
5  TSS_RESULT        get_file(int *);
6  int               put_file(int);
7 -inline TSS_RESULT  read_data(int, void *, UINT32);
8 -inline TSS_RESULT  write_data(int, void *, UINT32);
9 +TSS_RESULT __attribute__ ((visibility ("hidden"))) read_data(int, void *, UINT32);
10 +TSS_RESULT __attribute__ ((visibility ("hidden"))) write_data(int, void *, UINT32);
11  UINT32            psfile_get_num_keys(int);
12  TSS_RESULT        psfile_get_parent_uuid_by_uuid(int, TSS_UUID *, TSS_UUID *);
13  TSS_RESULT        psfile_remove_key_by_uuid(int, TSS_UUID *);
This page took 0.134063 seconds and 3 git commands to generate.