~ubuntu-branches/ubuntu/vivid/trousers/vivid

« back to all changes in this revision

Viewing changes to src/include/obj_rsakey.h

  • Committer: Package Import Robot
  • Author(s): Pierre Chifflier
  • Date: 2014-06-29 17:45:25 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20140629174525-3bumeiu42woiem8l
Tags: 0.3.13-1
* Imported Upstream version 0.3.13
* Refreshed quilt patches
* Include utmp.h, should fix FTBFS on Hurd (Closes: #729179)
* Try to workaround systemd/udev names when reloading rules (Closes: #739485)
* Update symbols
* Bump Standards Version to 3.9.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
 
111
111
#define RSAKEY_LIST_DECLARE             struct obj_list rsakey_list
112
112
#define RSAKEY_LIST_DECLARE_EXTERN      extern struct obj_list rsakey_list
113
 
#define RSAKEY_LIST_INIT()              list_init(&rsakey_list)
 
113
#define RSAKEY_LIST_INIT()              tspi_list_init(&rsakey_list)
114
114
#define RSAKEY_LIST_CONNECT(a,b)        obj_connectContext_list(&rsakey_list, a, b)
115
115
#define RSAKEY_LIST_CLOSE(a)            obj_list_close(&rsakey_list, &__tspi_rsakey_free, a)
116
116